https://github.com/volca02/lispy
A simple, incomplete, bug ridden lisp implementation
https://github.com/volca02/lispy
Last synced: 10 months ago
JSON representation
A simple, incomplete, bug ridden lisp implementation
- Host: GitHub
- URL: https://github.com/volca02/lispy
- Owner: volca02
- Created: 2014-09-07T18:58:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T18:46:49.000Z (over 11 years ago)
- Last Synced: 2025-02-25T03:15:01.706Z (over 1 year ago)
- Language: C++
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LISPY
=====
A Simple, incomplete LISP implementation (header only, C++11).
Will need closures/lambdas and a few standard calls to start working as a general purpose language
Let's say the license is GPL, okay?
See also
--------
http://cse.csusb.edu/dick/samples/lisp.semantics.txt
https://code.google.com/p/atom/source/browse/trunk/libatom/Functions.cpp
http://howtowriteaprogram.blogspot.cz/2010/11/lisp-interpreter-in-90-lines-of-c.html