Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Datomic shell实现_Shell_Clojure_Datomic - Fatal编程技术网

Datomic shell实现

Datomic shell实现,shell,clojure,datomic,Shell,Clojure,Datomic,我使用以下命令启动datomic shell bin/shell 语法让我想起了beanshell(没有双关语)。有人知道shell是在什么地方实现的吗?Datomic文档说它是“基于beanshell”的,并链接到。因此,它看起来是基于原始bsh,而不是beanshell2() Datomic文档参考:-它基于beanshell。

我使用以下命令启动datomic shell

bin/shell

语法让我想起了beanshell(没有双关语)。有人知道shell是在什么地方实现的吗?

Datomic文档说它是“基于beanshell”的,并链接到。因此,它看起来是基于原始bsh,而不是beanshell2()

Datomic文档参考:

-它基于beanshell。