Scott Richmond scott
  • Joined on 2023-07-29
scott opened issue twc/ludus#74 2024-06-14 15:39:56 +00:00
Add words and sentence to prelude
scott commented on issue twc/ludus#49 2024-06-11 21:26:54 +00:00
Unfuck mod in prelude

@matt Thanks for this. It does return the result, but has the errant prints from debugging earlier. I've removed it from prelude in https://alea.ludus.dev/twc/ludus/commit/d7d9e71d67cd253eece665d

scott closed issue twc/ludus#49 2024-06-11 21:26:54 +00:00
Unfuck mod in prelude
scott pushed to main at twc/ludus 2024-06-11 21:25:14 +00:00
f2f557d045 finish eliza
scott pushed to main at twc/ludus 2024-06-11 21:24:40 +00:00
d7d9e71d67 Delete errant prints
scott pushed to main at twc/ludus 2024-06-11 21:19:06 +00:00
eadd6e8047 fix bug in join
a9190995da 0.1.13
6dd5886896 build
Compare 3 commits »
scott opened issue twc/ludus#73 2024-06-11 01:19:28 +00:00
Look into error messages causing errors
scott opened issue twc/ludus#72 2024-06-11 01:11:30 +00:00
Fix scanning of escaped quotes
scott commented on issue twc/ludus#61 2024-06-11 00:34:37 +00:00
*input* stdin hack for Computer Class

" and "{" need escaping; will do that tomorrow.

scott commented on issue twc/ludus#61 2024-06-10 22:34:02 +00:00
*input* stdin hack for Computer Class

There was a bug: we weren't quoting the input that's been replaced. I haven't done more robust escape testing. But things are wired up now, in https://alea.ludus.dev/twc/ludus-web/commit/27b95515b0

scott pushed to main at twc/ludus 2024-06-10 22:27:55 +00:00
287bf26f39 comment out repl cruft
scott pushed to main at twc/ludus 2024-06-10 22:27:04 +00:00
de8f5c7cf4 baby's first eliza
5913f9b594 add string manipulation functions
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-10 22:25:17 +00:00
2e7db1b969 fix typo
scott opened issue twc/ludus#71 2024-06-07 21:35:00 +00:00
Integrate new WASM/Janet interpreter with ludus-cli
scott pushed to main at twc/ludus 2024-06-07 21:28:41 +00:00
c1359e5c70 0.1.12
scott commented on issue twc/ludus#49 2024-06-07 21:26:44 +00:00
Unfuck mod in prelude

Done in 92a1ee9010

scott closed issue twc/ludus#49 2024-06-07 21:26:44 +00:00
Unfuck mod in prelude
scott pushed to main at twc/ludus 2024-06-07 21:26:06 +00:00
441117b966 build
scott pushed to main at twc/ludus 2024-06-07 21:25:51 +00:00
92a1ee9010 fix mod error
9a3217b2c9 0.1.11
Compare 2 commits »
scott commented on issue twc/ludus#47 2024-06-07 21:17:43 +00:00
Add save/load turtle state functions to prelude

Done in 2f5af11527