Skip to content

eutro/evaluation-order

Repository files navigation

Evaluation Order

It has been a long day.

The last thing you remember is falling asleep

...at the REPL.

In this game you take the role of an avid Lisp programmer, dreaming up and evaluating expressions to their heart's content.

Play through the main story, or even create your own puzzles.

Where to play

You can play online here.

Building

This project uses npm, Leiningen, Figwheel and lein-cljsbuild.

Below, it is assumed that you have run

npm install

To create a single build for production, run

lein cljsbuild once prod

Everything will be in resources/public/, with the main site being index.html.


Development was done using CIDER, and cider-jack-in-cljs with figwheel type.