Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.
Go to file
Kartik K. Agaram f4bc8c3148 11 - enhance the language with types
The types aren't actually used yet. That comes later.
2014-07-10 22:08:08 -07:00
Readme 10 2014-07-09 23:30:09 -07:00
mu.arc 11 - enhance the language with types 2014-07-10 22:08:08 -07:00
mu.arc.t 11 - enhance the language with types 2014-07-10 22:08:08 -07:00
x.mu 2 - compound functions 2014-07-06 01:54:09 -07:00

Readme

== 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