Scott Richmond scott
  • Joined on 2023-07-29
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 twc/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 twc/rudus 2024-12-27 05:22:07 +00:00
8908630a21 add match_depth to vm
scott pushed to bytecode at twc/rudus 2024-12-27 04:48:43 +00:00
6f582bff06 refactor if/else to match in guard compilation
scott pushed to bytecode at twc/rudus 2024-12-27 04:46:09 +00:00
f5965fdb44 compile guards in match forms
scott pushed to bytecode at twc/rudus 2024-12-27 04:34:04 +00:00
cfe0b83192 fix block compilation; compile & run repeat
4fa2ce5e78 separate compiler & chunk
40d4f48878 notes and comments
Compare 3 commits »
scott pushed to bytecode at twc/rudus 2024-12-24 17:35:50 +00:00
ef0ac40dbe working & thinking
scott pushed to bytecode at twc/rudus 2024-12-23 15:55:32 +00:00
a4f12c8f7d continue work on compiling functions
scott pushed to bytecode at twc/rudus 2024-12-23 00:51:06 +00:00
9f4e630544 get lifetime out of Chunk, thus out of Value
scott pushed to bytecode at twc/rudus 2024-12-23 00:34:03 +00:00
be23ee6c44 get simple match forms done
scott pushed to bytecode at twc/rudus 2024-12-23 00:07:49 +00:00
d943185db8 do lots of work
scott pushed to main at twc/cc-essay 2024-12-21 05:20:29 +00:00
4a9ff4e2d8 Fix file ext typo
scott pushed to main at twc/cc-essay 2024-12-21 05:19:50 +00:00
f02c655b55 Add readme.me
scott created branch main in twc/cc-essay 2024-12-21 05:14:31 +00:00
scott pushed to main at twc/cc-essay 2024-12-21 05:14:31 +00:00
eb4f9cccfa Upload student essays
scott created repository twc/cc-essay 2024-12-21 05:10:23 +00:00
scott pushed to bytecode at twc/rudus 2024-12-18 06:28:27 +00:00
d4342b0623 get binding & pretty debugging working
scott pushed to bytecode at twc/rudus 2024-12-18 04:45:44 +00:00
48754f92a4 do work