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
- Host: GitHub
- URL: https://github.com/picasso250/lisp-go
- Owner: picasso250
- License: lgpl-3.0
- Created: 2017-12-13T14:38:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T13:31:33.000Z (over 5 years ago)
- Last Synced: 2025-03-24T06:04:02.863Z (3 months ago)
- Topics: lisp-interpreter
- Language: Go
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lisp-go
Lisp interpreter in Go-langDO NOT support dot pair.
No short-cut for QUOTE.
不支持 点对, 如 `(a . b)`
`QUOTE`没有简写, 如 `(quote a)` 不能简写成 `'a`