https://github.com/christimperley/lispy
A simple Lisp interpreter for Python
https://github.com/christimperley/lispy
Last synced: 4 months ago
JSON representation
A simple Lisp interpreter for Python
- Host: GitHub
- URL: https://github.com/christimperley/lispy
- Owner: ChrisTimperley
- License: mit
- Created: 2018-05-02T18:55:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T18:55:28.000Z (about 8 years ago)
- Last Synced: 2025-02-22T21:23:03.931Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lispy
A simple Lisp interpreter for Python