summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore23log stats plain blame
-rw-r--r--COPYING745log stats plain blame
-rw-r--r--INSTALL1076log stats plain blame
-rw-r--r--README2884log stats plain blame
-rw-r--r--TODO3488log stats plain blame
-rwxr-xr-xall_tests.py408log stats plain blame
d---------doc142log stats plain
-rwxr-xr-xmake_doc.py692log stats plain blame
-rwxr-xr-xranger.py2162log stats plain blame
d---------ranger555log stats plain
d---------test483log stats plain
garam <vc@akkartik.com> 2021-03-08 21:24:45 -0800 .' href='/akkartik/mu/commit/linux/tile/README.md?h=hlt&id=6508ab51ccd6a41d6d1da3502359e80611d8bda3'>6508ab51 ^
bc67d018 ^

16f2bd11 ^
bc67d018 ^

16f2bd11 ^
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 [&ldquo;stop drawing dead fish&rdquo;](http://worrydream.com/#!/StopDrawingDeadFish).

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

To run:

```
$ cd linux
$ ./translate tile/*.mu
$ ./a.elf screen
```

To run tests:

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

To run a conventional REPL (for debugging):

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

## hacking

This is just a prototype. There are no tests.

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

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