diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-02-03 00:45:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-02-03 00:45:36 -0800 |
commit | f7c9c8f0d2333d20aa540d4f4c08448c5966b52b (patch) | |
tree | 294dcf532ebddf667655840e24d9fdb331cccf0e /arc/Readme | |
parent | b301e0c0e6b54dceecbe4ee1ef8f610411015c30 (diff) | |
download | mu-f7c9c8f0d2333d20aa540d4f4c08448c5966b52b.tar.gz |
4201
Diffstat (limited to 'arc/Readme')
-rw-r--r-- | arc/Readme | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arc/Readme b/arc/Readme deleted file mode 100644 index a4f0e212..00000000 --- a/arc/Readme +++ /dev/null @@ -1,14 +0,0 @@ -Original prototype, last modified 2015-03-14 - -First install [Racket](http://racket-lang.org) (just for the initial -prototype). Then: - - $ cd mu/arc - $ git clone http://github.com/arclanguage/anarki - $ ./mu test mu.arc.t # run tests - -Example programs: - - $ ./mu factorial.mu # computes factorial of 5 - $ ./mu fork.mu # two threads print '33' and '34' forever - $ ./mu channel.mu # two threads in a producer/consumer relationship |