Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snapshot: migrate all sample apps to new format | Kartik K. Agaram | 2021-12-11 | 1 | -253/+200 |
| | |||||
* | couple more primitives after Advent day 8 | Kartik K. Agaram | 2021-12-08 | 1 | -0/+22 |
| | |||||
* | make it easy to print arrays: | Kartik K. Agaram | 2021-12-07 | 1 | -0/+11 |
| | | | | map(l, prn) | ||||
* | new primitive: array append | Kartik K. Agaram | 2021-12-07 | 1 | -3/+9 |
| | |||||
* | new primitive: string split | Kartik K. Agaram | 2021-12-07 | 1 | -0/+13 |
| | |||||
* | map/reduce/filter helpers | Kartik K. Agaram | 2021-12-06 | 1 | -0/+44 |
| | |||||
* | start showing call stack on errors | Kartik K. Agaram | 2021-12-04 | 1 | -0/+1 |
| | | | | | | | | It turns out Lua has been providing us this information all along! I'd just not created the space on screen to show it. Make it persist better. Kilo now no longer tracks its own status messages, which is a regression in a rare condition. | ||||
* | more speculatively efficient advent.tlv | Kartik K. Agaram | 2021-12-02 | 1 | -6/+3 |
| | |||||
* | fix advent.tlv | Kartik K. Agaram | 2021-11-30 | 1 | -2/+2 |
| | | | | Thanks sejo. | ||||
* | some little shortcuts for Advent of Code | Kartik K. Agaram | 2021-11-30 | 1 | -0/+159 |
https://archive.org/details/akkartik-teliva-2021-11-30 |