about summary refs log blame commit diff stats
path: root/apps/tile/README.md
blob: 48fd20eea1a4ed8efcbb1f92f7f2c9ef4140e637 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                                                                             
       


                             
              
   





             





                                           
A programming environment that tries to [“stop drawing dead fish”](http://worrydream.com/#!/StopDrawingDeadFish).

<img alt='screenshot' src='../../html/rpn5.png' width='500px'>

To run:

```
./translate_mu apps/tile/*.mu
./a.elf screen
```

To run tests:

```
./a.elf test
```

To run a conventional REPL (for debugging):

```
./a.elf type
```