Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windfarer/lisp-interpreter


https://github.com/windfarer/lisp-interpreter

Last synced: 18 days ago
JSON representation

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)