Commit Graph

8 Commits

Author SHA1 Message Date
Kartik Agaram 21387ef514 6963 - tile: more idiomatic conventional repl 2020-10-05 21:09:42 -07:00
Kartik Agaram ab1cf1593a 6926 2020-10-02 09:24:16 -07:00
Kartik Agaram e403d15732 6794 - cleaner interface for keyboard
So far I've been assuming that read-key only works for ascii, and that
I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte
terminal escape codes like arrow keys. Rather to my surprise, both work
fine. We just need to adjust the types to reflect this fact.
2020-09-16 18:54:12 -07:00
Kartik Agaram ae470b42f1 6781 - new app: RPN (postfix) calculator
This was surprisingly hard; bugs discovered all over the place.
2020-09-15 22:52:41 -07:00
Kartik Agaram abfdaf58bb 6779
Looks like Linux turns reads from stdout/stderr into stdin!
2020-09-14 21:56:10 -07:00
Kartik Agaram ad1e53df8b 6778 2020-09-14 21:42:31 -07:00
Kartik Agaram 34dd228eb2 6627 2020-07-10 21:08:26 -07:00
Kartik Agaram c09c91e185 6612 - reorganize layers 2020-07-05 12:13:28 -07:00