https://github.com/spacebat/dlisp
A Kernel (Lisp dialect) interpreter
https://github.com/spacebat/dlisp
Last synced: 6 months ago
JSON representation
A Kernel (Lisp dialect) interpreter
- Host: GitHub
- URL: https://github.com/spacebat/dlisp
- Owner: spacebat
- Created: 2015-06-10T23:24:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T20:32:44.000Z (over 11 years ago)
- Last Synced: 2025-02-01T04:43:56.945Z (over 1 year ago)
- Language: D
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DLisp
=====
A (very early-stages) implementation of Kernel in D.
Kernel is a dialect of Scheme (which is, in turn, a dialect of Lisp) with first class special forms (operatives) and first class environments.
More on Kernel:
http://web.cs.wpi.edu/~jshutt/kernel.html
More on D:
http://dlang.org/