about summary refs log tree commit diff stats
path: root/.flake8
Commit message (Collapse)AuthorAgeFilesLines
* linting: Rename config filesnfnty2017-02-091-0/+3
bb1'>b8682e73 ^
a437a9d6 ^
40d40b83 ^


11d3ce71 ^
40d40b83 ^
a437a9d6 ^





11d3ce71 ^





bc67d018 ^










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33



                                                                                                                             
       


                             
              
   





             





                                           










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

## hacking

Unlike the top-level directory, this is just a prototype so far. There are no
tests.

To add a new primitive you'll need to hard-code it into the `evaluate`
function (apps/tile/rpn.mu).

There's also a second place you'll want to teach about predefined primitives:
`bound-function?` (apps/tile/environment.mu)