My solutions to the 2006 ICFP Programming Contest (The Cult of the Bound Variable)
.gitignore | ||
codex.umz | ||
Makefile | ||
README.org | ||
sandmark.umz | ||
um-spec.txt | ||
um.c | ||
um.um | ||
uthash.h |
The Cult of the Bound Variables
Solutions to the 2006 ICFP Programming Contest.
Universal Machine
The Universal Machine is implemented in /dimitri/bound-variable/src/commit/871e99e8e5a6db8f83ae1a90078990ffbfa7ad3a/um.c. Compile it with make
and run it on a UM program:
./um sandmark.umz # benchmark
./um codex.umz