about summary refs log tree commit diff stats
path: root/apps/life.mu
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik K. Agaram2021-07-261-0/+13
|
* game of life in lispKartik K. Agaram2021-07-261-18/+18
| | | | | | | | Super slow; each frame is cleared as a sort of progress indicator while it computes the next frame. In the process I realize I need to adjust every single trace in the shell sources to be more fault-tolerant to a filled-up trace stream.
* .Kartik K. Agaram2021-07-161-0/+252