Thun/implementations/Nim/README.md

757 B

Joy interpreter in Nim

Simple pleasures are the best.

This interpreter written in Nim is part of the Thun project, which includes interpreters written in Python and Prolog, and some explorations towards compilers for Joy written in Prolog.

Dependencies

If you have nimble installed:

nimble install bigints nimfp 

Building

To build an executable just run:

make

This will copy the implementations/defs.txt file into the Nim project and compile the joy executable.

TODOs:

  • ctrl-c should exit cleanly
  • graphics?
  • words and help?
  • How to integrate docs?