Scott Richmond scott
  • Joined on 2023-07-29
621 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
scott commented on issue twc/ludus#110 2024-11-28 22:10:12 +00:00
Ludus should include PEGs as part of Prelude

@matt Pinging you here, because one of the cases I'm thinking about for "history of computing by example" is make-a-LISP (cf https://github.com/kanaka/mal). I don't know if that's actually what we…

scott opened issue twc/ludus#110 2024-11-28 21:45:26 +00:00
Ludus should include PEGs as part of Prelude
scott opened issue twc/ludus#109 2024-11-25 17:29:56 +00:00
Add a try reserved word
scott pushed to main at twc/rustwasm 2024-11-25 04:25:19 +00:00
d5f992c28c additional CLI JS runtime notes
scott pushed to main at twc/rustwasm 2024-11-25 04:15:21 +00:00
27efbe8cd0 fix build details
f7bffb7f18 add .gitignore to git
Compare 2 commits »
scott pushed to main at twc/rustwasm 2024-11-25 03:52:58 +00:00
2193ec02e8 add readme
scott created branch main in twc/rustwasm 2024-11-25 03:51:06 +00:00
scott pushed to main at twc/rustwasm 2024-11-25 03:51:06 +00:00
8d39036c53 most basic working helloworldish example
scott created repository twc/rustwasm 2024-11-25 03:49:51 +00:00
scott pushed to main at scott/rudus 2024-11-22 05:07:59 +00:00
2a83dbb96c moar thoughts
scott pushed to main at scott/rudus 2024-11-22 04:52:33 +00:00
5a084e8122 write a few thoughts
scott pushed to main at scott/rudus 2024-11-22 03:37:06 +00:00
ad76f41b52 parse docstrings
scott pushed to main at scott/rudus 2024-11-22 01:09:42 +00:00
a35d5293a9 update todos
scott pushed to main at scott/rudus 2024-11-22 01:00:53 +00:00
b8f040c6ce get right with clippy
72846ccd5c follow clippy
Compare 2 commits »
scott pushed to main at scott/rudus 2024-11-21 23:50:18 +00:00
e4954678f0 start looking into memory layout
scott pushed to main at scott/rudus 2024-11-21 22:10:54 +00:00
0cd170bd83 clean up most warnings
scott pushed to main at scott/rudus 2024-11-21 22:02:59 +00:00
ad076622aa interpret loop & recur
423f43b7fd parse loop and recur
dbff31be40 parse loop and recur
Compare 3 commits »
scott pushed to main at scott/rudus 2024-11-21 01:10:24 +00:00
56e6712154 add guard clauses to match and fn
7a4bf5ff29 list splatterns!
0acad8b312 tuple splatterns now work
Compare 3 commits »
scott pushed to main at scott/rudus 2024-11-15 03:19:57 +00:00
3957e9c14a update todo list
scott pushed to main at scott/rudus 2024-11-15 02:55:24 +00:00
938033ab5d add as patterns