Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windfarer/lisp-interpreter
https://github.com/windfarer/lisp-interpreter
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/windfarer/lisp-interpreter
- Owner: Windfarer
- Created: 2018-03-01T13:33:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T13:35:09.000Z (almost 7 years ago)
- Last Synced: 2024-12-16T02:57:34.387Z (19 days ago)
- Language: Python
- Size: 49.8 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lisp Interpreter
一个用 Python 实现的 Lisp 解释器,可以做到 self-hosting。
虽然代码质量较烂,but it works (滑稽--
根据教程项目 [https://github.com/kanaka/mal](https://github.com/kanaka/mal) 进行实现及测试。
教程中文翻译 [https://github.com/Windfarer/mal-zh](https://github.com/Windfarer/mal-zh)