Scott Richmond scott
  • Joined on 2023-07-29
scott opened issue twc/ludus#35 2025-06-26 04:02:12 +00:00
Error console messages should be valid JSON
scott commented on issue twc/ludus#34 2025-06-26 03:27:29 +00:00
WASM packaging should be possible

Just leaving this here to communicate what all I have done.

I realized that one version of the thing that I could do, and probably ought to have tried before, is to use the web target and…

scott commented on issue twc/ludus#34 2025-06-26 02:25:08 +00:00
WASM packaging should be possible

Oh, I should add that web workers are going to add a whole other layer of complication with this, since node doesn't support web workers. So once again, we're tied to the web platform. I know that…

scott opened issue twc/ludus#34 2025-06-26 00:20:33 +00:00
WASM packaging should be possible
scott pushed to bytecode at twc/ludus 2025-06-25 17:38:39 +00:00
34cd3a2187 unfuck stash
scott pushed to bytecode at twc/ludus 2025-06-25 17:37:27 +00:00
db109999d3 meet with mnl redux
87e58364e0 meet with mnl
Compare 2 commits »
scott opened issue twc/ludus#33 2025-06-25 17:23:56 +00:00
Ludus should be able to request the contents of a file through the JS frontend
scott opened issue twc/ludus#32 2025-06-25 17:23:17 +00:00
Develop LDN notation, spec, and parser
scott opened issue twc/ludus#31 2025-06-25 17:22:57 +00:00
JSON serialization of relevant Ludus values to JS frontend
scott opened issue twc/ludus#30 2025-06-25 17:22:27 +00:00
Keyboard actions should be available through actors
scott opened issue twc/ludus#29 2025-06-25 17:22:10 +00:00
Text input should be able to happen through actors
scott opened issue twc/ludus#28 2025-06-25 17:21:41 +00:00
Console output should pass through actors
scott opened issue twc/ludus#27 2025-06-25 17:18:34 +00:00
Actor model should exist & work
scott opened issue twc/ludus#26 2025-06-25 17:18:10 +00:00
WASM interpreter should run in a different thread
scott opened issue twc/ludus#25 2025-06-25 17:17:28 +00:00
Build into node package
scott opened issue twc/ludus#24 2025-06-25 17:14:43 +00:00
Clean up issues
scott transferred repository scott/rudus to twc/ludus 2025-06-25 17:11:46 +00:00
scott created branch better_errors in twc/ludus 2025-06-25 01:18:40 +00:00
scott pushed to better_errors at twc/ludus 2025-06-25 01:18:40 +00:00
8da5ae6cc4 work on things
scott pushed to main at twc/ludus 2025-06-25 01:18:28 +00:00
8a9170b002 work on functions, discover recursion problems