An open API service indexing awesome lists of open source software.

https://github.com/picasso250/lisp-go

Lisp interpreter in Go-lang
https://github.com/picasso250/lisp-go

lisp-interpreter

Last synced: 2 months ago
JSON representation

Lisp interpreter in Go-lang

Awesome Lists containing this project

README

        

# lisp-go
Lisp interpreter in Go-lang

DO NOT support dot pair.

No short-cut for QUOTE.

不支持 点对, 如 `(a . b)`

`QUOTE`没有简写, 如 `(quote a)` 不能简写成 `'a`