diff --git a/build/ludus.jimage b/build/ludus.jimage index 70cf344..3e145fe 100644 Binary files a/build/ludus.jimage and b/build/ludus.jimage differ diff --git a/build/out.mjs b/build/out.mjs index 62351ba..8b30141 100644 --- a/build/out.mjs +++ b/build/out.mjs @@ -6489,7 +6489,7 @@ var __emscripten_stack_alloc = (a0) => (__emscripten_stack_alloc = wasmExports[' var _emscripten_stack_get_current = () => (_emscripten_stack_get_current = wasmExports['emscripten_stack_get_current'])(); var ___cxa_is_pointer_type = createExportWrapper('__cxa_is_pointer_type', 1); var dynCall_jiji = Module['dynCall_jiji'] = createExportWrapper('dynCall_jiji', 5); -var ___emscripten_embedded_file_data = Module['___emscripten_embedded_file_data'] = 1782340; +var ___emscripten_embedded_file_data = Module['___emscripten_embedded_file_data'] = 1781548; function invoke_i(index) { var sp = stackSave(); try { diff --git a/build/out.wasm b/build/out.wasm index 60c5616..e742706 100755 Binary files a/build/out.wasm and b/build/out.wasm differ diff --git a/justfile b/justfile index df3b806..5a59bdc 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,6 @@ doc: # publish to npm (did you build things first?) publish: - just build npm version patch npm publish diff --git a/prelude.ld b/prelude.ld index 0f70064..635cebf 100644 --- a/prelude.ld +++ b/prelude.ld @@ -189,7 +189,6 @@ fn fold { "Folds a list." (f as :fn, xs as :list) -> fold (f, xs, f ()) (f as :fn, xs as :list, root) -> { - base :print! (("folding ", xs, " with ", f)) loop (root, first (xs), rest (xs)) with { (prev, curr, []) -> f (prev, curr) (prev, curr, remaining) -> recur ( @@ -1052,7 +1051,6 @@ box bgcolor = colors :black fn add_call! (call) -> update! (p5_calls, append (_, call)) fn add_command! (command) -> { - print! ("adding command", command) update! (turtle_commands, append (_, command)) let prev = do turtle_states > unbox > last let curr = apply_command (prev, command)