about summary refs log tree commit diff stats
path: root/archive/Readme.md
blob: 0d8c7a9edd4522dd9b3b8f1db4550114383d3c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
This directory contains earlier prototypes.

* 0.vm.arc: an early prototype of a statement-oriented interpreted language
  built in Arc. Now has its own repo at
  [mu0](https://github.com/akkartik/mu0).

* 1.vm: a statement-oriented interpreted language. Now has its own repo at
  [mu1](https://github.com/akkartik/mu1).

* 2.transect: an abortive design for a safe low-level language with manual
  register allocation.