bound-variable/README.org
2021-01-11 21:43:24 +01:00

13 lines
327 B
Org Mode

* The Cult of the Bound Variables
Solutions to the [[http://www.boundvariable.org/task.shtml][2006 ICFP Programming Contest]].
** Universal Machine
The Universal Machine is implemented in [[um.c]]. Compile it with =make=
and run it on a UM program:
#+begin_src sh
./um sandmark.umz # benchmark
./um codex.umz
#+end_src