about summary refs log tree commit diff stats
path: root/Readme
blob: d84e9fde7be1effef5c1639587c5384c0d1905e8 (plain) (blame)
1
2
3
4
5
6
7
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