Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkowalick/j-interpreter
A breakdown of Arthur Whitney's quickly drafted J interpreter implementation
https://github.com/lkowalick/j-interpreter
Last synced: 2 months ago
JSON representation
A breakdown of Arthur Whitney's quickly drafted J interpreter implementation
- Host: GitHub
- URL: https://github.com/lkowalick/j-interpreter
- Owner: lkowalick
- Created: 2017-06-02T18:57:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T19:00:09.000Z (over 7 years ago)
- Last Synced: 2024-05-18T21:42:02.616Z (8 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - j-interpreter
README
# Toy J Interpreter Explanation
This is a super-simple J interpreter implentation written by Arthur Whitney. The original soruce for the code can be found at (http://code.jsoftware.com/wiki/Essays/Incunabulum)[http://code.jsoftware.com/wiki/Essays/Incunabulum]