ludus/README.md

11 lines
511 B
Markdown
Raw Normal View History

# Ludus, in Clojure
## Or, CLudus
2021-10-30 18:51:35 +00:00
A reference implementation of an interpreter for the Ludus programming language. It's written in Clojure. It's a tree-walk interpreter, very slow. (We are following the Nystrom path from _Crafting Interpreters_.)
2021-10-30 18:51:35 +00:00
### Use
* Clone this repo.
* Have Clojure and Leiningen installed.
* `lein run {script}`, it runs your script in Ludus!
* Ludus is very much a work in progress; see [the ludus-spec repo for progress notes](https://github.com/thinking-with-computers/ludus-spec).