Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markokocic/shen-ecl

Implementation of Shen programming language using ECL Common Lisp
https://github.com/markokocic/shen-ecl

Last synced: about 2 months ago
JSON representation

Implementation of Shen programming language using ECL Common Lisp

Awesome Lists containing this project

README

        

Shen ECL is an implementation of Shen programming language using ECL Common Lisp as an implementation platform.

To build it, run the following command:

ecl -norc -load install.lsp

Not that this is still work in progress, and not yet complete implementation, so feel free to help finishing it.

The license of this implementation is in LICENSE file. In case it infringes Shen license, the Shen license has precedence.