fix other mandelbrot variants
[mu.git] / archive / Readme.md
blob0d8c7a9edd4522dd9b3b8f1db4550114383d3c23
1 This directory contains earlier prototypes.
3 * 0.vm.arc: an early prototype of a statement-oriented interpreted language
4   built in Arc. Now has its own repo at
5   [mu0](https://github.com/akkartik/mu0).
7 * 1.vm: a statement-oriented interpreted language. Now has its own repo at
8   [mu1](https://github.com/akkartik/mu1).
10 * 2.transect: an abortive design for a safe low-level language with manual
11   register allocation.