fifth:Clojure 中嵌入的简单玩具连接语言

时间:2021-07-10 17:59:23
【文件属性】:
文件名称:fifth:Clojure 中嵌入的简单玩具连接语言
文件大小:8KB
文件格式:ZIP
更新时间:2021-07-10 17:59:23
Clojure 第五 简单的连接语言。 如果你真的用力眯眼,它看起来有点像 Forth。 灵感来自 Brandon Bloom 的。 支持函数定义和高阶函数。 ( use 'fifth.core) ( fifth (( plus-five 5 +) ; Define function in scope [ 1 2 3 4 5 ] ; Push vector onto stack :plus-five ; Push reference to plus-five onto stack map)) ; Invoke map function
【文件预览】:
fifth-master
----.gitignore(126B)
----src()
--------fifth()
----LICENSE(11KB)
----README.md(509B)
----project.clj(265B)

网友评论