- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: Linux
- 软件首页: https://github.com/jcla1/gisp
软件介绍
Gisp 是简单 (非标准) 的 Lisp/Scheme 到 Go 的编译器。
包括:
基于 Rob Pike Lexical Scanning in Go 的Lexer
简单递归解析器,支持 ints, floats, strings, bools
TCO
AST generating REPL
构建运行
> go build && ./gisp >>
编译文件
> ./gisp filename.gsp
函数
+, -, *, mod, let, if, ns, def, fn, all pre-existing Go functions
