文件名称:glisp-shell-demo:golang程序中运行的交互式glisp shell示例
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-16 18:57:42
Go
glsp-shell-演示 这是演示如何通过在 golang 程序中嵌入来创建交互式 lispy shell 的基本示例代码。 用法 $ make $ ./glisp-shell-demo glisp> (+ 1 1) > 2 glisp> (defn add [a] (+ a 1)) > () glisp> (add 5) > 6 glisp> 执照 麻省理工学院
【文件预览】:
glisp-shell-demo-master
----readme.md(364B)
----LICENSE(1KB)
----main.go(2KB)
----Makefile(1KB)