Matt Nish-Lapidus matt
  • Joined on 2023-07-29
matt commented on issue twc/ludus#98 2024-07-19 14:52:21 +00:00
"Literate" Ludus

For reference: https://observablehq.com/framework/

Observable's open source SSG based on markdown

matt commented on issue twc/ludus#93 2024-07-18 17:23:11 +00:00
Turtle graphics protocol

I like this idea, and there can be many "adapters" for each protocol ... i.e. turtle_graphics can be then consumed by a p5js adapter, or an svg adapter, or whatever really. We could supply a few…

matt commented on issue twc/ludus#31 2024-07-03 19:45:05 +00:00
Stdin, out, err

I think we can close this... changes required for #93 to handle in/out/err will be included with the larger overhaul when we figure it out :)

matt closed issue twc/ludus#31 2024-07-03 19:45:05 +00:00
Stdin, out, err
matt commented on issue twc/ludus#49 2024-06-11 18:54:23 +00:00
Unfuck mod in prelude

@scott When I test the mod function it prints the arguments in the web console but doesn't return the result.

Try mod(3, 6) to see what's happening.

matt reopened issue twc/ludus#49 2024-06-11 18:54:23 +00:00
Unfuck mod in prelude
matt commented on issue twc/ludus#61 2024-06-11 15:30:44 +00:00
*input* stdin hack for Computer Class

" and { need escaping; will do that tomorrow.

is this best done in the janet side? or in the js side?

matt commented on issue twc/ludus#61 2024-06-10 20:08:28 +00:00
*input* stdin hack for Computer Class

@scott -- do you want to check it out before i close the issue? i might be missing something with the escape characters...

matt commented on issue twc/ludus#61 2024-06-10 19:51:28 +00:00
*input* stdin hack for Computer Class

This is done and working.

However, I ended up not adding anything specific to escape those characters, since it looks like that is happening in the js run function somewhere already? quotes…

matt pushed to main at twc/lezer-ludus 2024-05-23 16:30:01 +00:00
e098c75213 trying to fix numbers inside of words
matt pushed to main at twc/lezer-ludus 2024-05-23 14:57:43 +00:00
29ee46c071 working on syntax highlighting. basic prototype working
matt commented on issue twc/ludus#33 2024-05-22 21:35:35 +00:00
WASM: wire it up!

Found another interesting example using emscripten: https://github.com/sogaiu/jaylib-wasm-demo/blob/master/main.c

matt pushed to main at twc/lezer-ludus 2024-05-22 15:00:47 +00:00
a3bf799e87 cleaning up and trying to refine grammar
matt commented on issue twc/ludus#25 2024-05-16 18:12:53 +00:00
Meta: Gitea max file size for releases?

i think this is working now ... ?

matt closed issue twc/ludus#25 2024-05-16 18:12:53 +00:00
Meta: Gitea max file size for releases?