https://github.com/catern/interp-eopl
Clojure interpreters inspired by EOPL
https://github.com/catern/interp-eopl
Last synced: 12 months ago
JSON representation
Clojure interpreters inspired by EOPL
- Host: GitHub
- URL: https://github.com/catern/interp-eopl
- Owner: catern
- License: epl-1.0
- Created: 2014-06-12T23:32:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T14:47:05.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T15:48:25.440Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interp-eopl
Some interpreters written in Clojure while I was reading [EOPL](http://en.wikipedia.org/wiki/Essentials_of_Programming_Languages) this summer.
They're horrible organized into files instead of branches because I wanted to work on them at the same time,
but I probably should have just maintained separate clones. Sorry, future self.
## Usage
Eval it in from Cider?
## License
Copyright © 2014 catern
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.