Scott Richmond scott
  • Joined on 2023-07-29
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 scott/rudus 2024-12-18 06:28:27 +00:00
d4342b0623 get binding & pretty debugging working
scott pushed to bytecode at scott/rudus 2024-12-18 04:45:44 +00:00
48754f92a4 do work
scott pushed to bytecode at scott/rudus 2024-12-16 04:50:17 +00:00
096d8d00bc add untracked from opening bytecode branch
9c3205d4c1 DRY out validator, simplify code
6c78cffe56 finish list of valid types
Compare 3 commits »
scott pushed to bytecode at scott/rudus 2024-12-16 04:29:03 +00:00
35fc591c76 make some progress: atoms and ifs
scott created branch bytecode in scott/rudus 2024-12-15 22:54:58 +00:00
scott pushed to bytecode at scott/rudus 2024-12-15 22:54:58 +00:00
eff2ed90d5 some simple bytecodes!
86aea78c21 start working on a bytecode interpreter!
Compare 2 commits »
scott opened issue scott/rudus#23 2024-12-15 05:14:11 +00:00
Consider alternative code pattern?
scott opened issue scott/rudus#22 2024-12-15 04:43:16 +00:00
Optimizing memory layouts
scott pushed to main at scott/rudus 2024-12-14 18:43:13 +00:00
d4af160f80 things & stuff
scott opened issue scott/rudus#21 2024-12-13 19:34:30 +00:00
Recursive functions borrow themselves twice when executing
scott commented on issue twc/ludus#112 2024-12-13 19:24:04 +00:00
map should have a unary arity

Done!, same with filter. But it requires partial function application to work, which is not yet working. Adding #15 as a dependency.

scott commented on issue scott/rudus#20 2024-12-13 18:47:30 +00:00
print! should not show args as a list

Fixed in 8535225167

scott closed issue scott/rudus#20 2024-12-13 18:47:30 +00:00
print! should not show args as a list
scott pushed to main at scott/rudus 2024-12-13 18:47:08 +00:00
8535225167 fix print!
scott opened issue twc/ludus#112 2024-12-13 16:54:19 +00:00
map should have a unitary arity