https://git.sr.ht/~rabbits/firth
Spent the night trying to figure out how to round a number in 1th with @strstr. We figured it out after a couple of hours.
clr 256 512 / dup dup 1 mod sub swp dup vid swp pop swp vid mod 2 mul swp div dup 1 mod sub add .
@neauoire Ew! 😂 😂
Did you have a chance to look at https://mastodon.social/@akkartik/105115240660835365 yet?
@neauoire Definitely just a prototype.
I tried to show the instructions for running it at the start of the video, but yeah not super clear. Here they are (requiring Linux..):
```
$ git clone https://github.com/akkartik/mu
$ cd mu
$ ./translate_mu apps/tile/*.mu
$ ./a.elf screen
```
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society. - akkartik/mu
@neauoire Sorry! Try this fork: https://git.sr.ht/~akkartik/mu-normie. 28MB.
Poorly :/ apps/tile/rpn.mu
https://github.com/akkartik/mu/blob/7521fcdc1e5308537c8793cfcd0b17c6789e06c8/apps/tile/rpn.mu#L17