13 lines
327 B
Org Mode
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
|