about summary refs log tree commit diff stats
path: root/Readme
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-07-09 23:30:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-09 23:30:09 -0700
commitf9ff24be5a1cb6e1dd67479b59faacaaeeb48d60 (patch)
treedf63f2f9d7f751b7ccfe48fbca841ad613e84f3f /Readme
parenta032f3e898dc7470cd2d052e45f261134c7de7dc (diff)
downloadmu-f9ff24be5a1cb6e1dd67479b59faacaaeeb48d60.tar.gz
10
Diffstat (limited to 'Readme')
-rw-r--r--Readme8
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme b/Readme
new file mode 100644
index 00000000..d84e9fde
--- /dev/null
+++ b/Readme
@@ -0,0 +1,8 @@
+== Installing
+Prerequisites: Racket from http://racket-lang.org
+
+$ cd mu
+$ git clone http://github.com/arclanguage/anarki
+$ ./anarki/arc mu.arc x.mu
+#hash((1 . 1) (2 . 3) (3 . 4))  # state of simulated memory after executing x.mu
+$ ./anark/arc mu.arc.t  # automated tests