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

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

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/