For reference: https://observablehq.com/framework/
Observable's open source SSG based on markdown
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…
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 :)
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.
*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?
*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...
*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…
Found another interesting example using emscripten: https://github.com/sogaiu/jaylib-wasm-demo/blob/master/main.c