Thun/implementations/Nim/README.md

630 B

Joy interpreter in Nim

Simple pleasures are the best.

This interpreter written in Nim is part of the Thun project.

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?