Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markokocic/shen-ecl
- Owner: markokocic
- License: other
- Created: 2012-12-02T19:17:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-02T19:26:59.000Z (about 12 years ago)
- Last Synced: 2023-04-18T21:50:45.462Z (almost 2 years ago)
- Language: Common Lisp
- Size: 1.04 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.