【发布时间】:2014-07-07 21:35:17
【问题描述】:
我找到了这行 Clojure 代码:@(d/transact conn schema-tx)。这是一个创建数据库模式的 Datomic 语句。由于难以搜索“@”等字符,我在 Google 上找不到任何相关内容。
第一个括号前的“at”符号是什么意思?
【问题讨论】:
-
这里有一篇关于 clojure 的 'ungoogleable' 字符的不错的博客文章 - 其中有一些! yobriefca.se/blog/2014/05/19/…
-
很好发现!不错。