https://github.com/davidtimms/sonata-prototype-interpreter
A dynamic, functional language which looks similar to Python and behaves similarly to Lisp
https://github.com/davidtimms/sonata-prototype-interpreter
Last synced: 12 months ago
JSON representation
A dynamic, functional language which looks similar to Python and behaves similarly to Lisp
- Host: GitHub
- URL: https://github.com/davidtimms/sonata-prototype-interpreter
- Owner: DavidTimms
- License: mit
- Created: 2014-03-06T18:41:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T02:18:56.000Z (about 12 years ago)
- Last Synced: 2024-12-06T20:12:27.380Z (over 1 year ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Sonata
======
A dynamic, functional language which looks similar to Python and behaves similarly to Lisp. Sonata compiles to a JSON intermediate representation which can be run by the interpreter. Both the compiler and interpreter are implemented in JavaScript.
The `tests` directory contains some examples of Sonata code (`.son` files) and the compiled IR (`.son.json` files).
Sonata is still in the early stages of development, so it currently lacks many features and may contain bugs. Documentation will follow when the language reaches a more stable state.