https://github.com/anmonteiro/lajal
Lajal ain't just another Lisp!
https://github.com/anmonteiro/lajal
Last synced: 7 months ago
JSON representation
Lajal ain't just another Lisp!
- Host: GitHub
- URL: https://github.com/anmonteiro/lajal
- Owner: anmonteiro
- License: other
- Created: 2014-11-09T21:52:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T21:52:57.000Z (about 11 years ago)
- Last Synced: 2025-05-15T05:28:33.433Z (8 months ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lajal
Lajal ain't just another Lisp!
## What is this, exactly?
This repository reflects the source code written while reading [Build Your Own Lisp](http://buildyourownlisp.com). Although the code structure is very similar to what is presented in the book, I've made a number of changes to the language.
## License
Copyright © 2014 António Nuno Monteiro
Largely based on the works in the book [Build Your Own Lisp](http://buildyourownlisp.com)
Distributed under the MIT license.
License information is in the file LICENSE in this repository