-
Notifications
You must be signed in to change notification settings - Fork 3
lisp
陳鍾誠 edited this page Apr 18, 2022
·
5 revisions
- https://github.com/rui314/minilisp (讚讚)
- https://github.com/carld/micro-lisp (讚)
- https://github.com/kristianlm/small-lisp
- https://github.com/matp/tiny-lisp/blob/master/tiny-lisp.c
-
https://github.com/kanaka/mal (讚讚)
- https://github.com/kanaka/mal/blob/master/process/guide.md (書) (讚讚)
- Each implementation of mal is separated into 11 incremental, self-contained (and testable) steps that demonstrate core concepts of Lisp. The last step is capable of self-hosting (running the mal implementation of mal). See the make-a-lisp process guide.
- https://github.com/dpw/pachuco