Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to bytecode at scott/rudus 2025-05-26 12:32:38 +00:00
1e1593298d update repeat
scott pushed to bytecode at scott/rudus 2025-05-25 23:14:39 +00:00
04c96c9edb dict patterns prolly work? one-level nested patterns work
scott pushed to bytecode at scott/rudus 2025-05-25 23:09:30 +00:00
45d2e7e742 rough, not yet working, draft of dict patterns
cf51822128 add list patterns, fix dict stack mechanics
Compare 2 commits »
scott pushed to bytecode at scott/rudus 2025-05-23 21:59:15 +00:00
4f7ba56d1f properly compile when expressions?
ce1612a30c compiler: decouple stack & bindings resetting
1ef0da5dd1 compiler: decouple stack & bindings resetting
Compare 3 commits »
scott pushed to bytecode at scott/rudus 2025-05-23 04:09:40 +00:00
4a4b2b22ed oh god, so many changes. working on tuple matching
scott pushed to main at twc/cc-essay 2025-04-21 19:34:49 +00:00
ec929681a2 add extension
scott pushed to main at scott/personhood 2025-01-21 18:08:40 +00:00
e6ff56dbfb Update readme.md
scott created branch main in scott/personhood 2025-01-21 18:07:07 +00:00
scott pushed to main at scott/personhood 2025-01-21 18:07:07 +00:00
249e622730 Add readme.md
scott created repository scott/personhood 2025-01-21 18:04:41 +00:00
scott pushed to main at twc/ludus 2025-01-11 20:31:40 +00:00
d76a08cfe3 start improving documentation
scott pushed to main at twc/ludus 2025-01-11 20:31:23 +00:00
7477f3f59a fix svg rendering
d833db3b2d fix aqua rgb
Compare 2 commits »
scott pushed to main at twc/visual-modeling 2025-01-04 04:15:20 +00:00
92f8d1a58a fix some page orientations
ea34db590e document some code samples
75efb475f1 finish first pass with chapter 2
Compare 3 commits »
scott pushed to main at twc/ludus 2025-01-03 18:52:21 +00:00
c5d7bc6838 fix bug in aqua color tuple
63b0b11510 change turtle color based on background color so it's always visible
5de97b8a9c create doc dir
386108794f repl stuff
Compare 4 commits »
scott pushed to main at twc/visual-modeling 2025-01-03 04:41:32 +00:00
d7705fa988 make it to p. 51, text-setting only (but code works)
scott pushed to main at twc/visual-modeling 2025-01-03 01:46:35 +00:00
c7320e3a0b do some typesetting, esp. of equations.
d77f30ae18 sentences onto different lines
0738d34c4b start work on ch 2, start fixing punctuation
Compare 3 commits »
scott pushed to bytecode at scott/rudus 2024-12-27 05:54:34 +00:00
6c803cdf5a take some loop notes
a7ee8f8e57 vm::run is now a loop, not vm::interpret as a tailcall
Compare 2 commits »
scott pushed to bytecode at scott/rudus 2024-12-27 05:22:07 +00:00
8908630a21 add match_depth to vm
scott pushed to bytecode at scott/rudus 2024-12-27 04:48:43 +00:00
6f582bff06 refactor if/else to match in guard compilation
scott pushed to bytecode at scott/rudus 2024-12-27 04:46:09 +00:00
f5965fdb44 compile guards in match forms