From bc8c20d1e93b5c18e8915d356e74024092a74ce8 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 9 Oct 2025 19:41:45 +0000 Subject: Extra thoughts --- cm/ex03.cm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cm') diff --git a/cm/ex03.cm b/cm/ex03.cm index 34275df..417799f 100644 --- a/cm/ex03.cm +++ b/cm/ex03.cm @@ -31,6 +31,10 @@ // should bindings be baked into the environment image (i.e. design the bytecode format to include this? however it should be done; can't really imagine it now?) // or should they be generated e.g. `bind_function("func_name", &func_written_in_C);`? +// REUSING EXSITING SCRIPTING LANGUAGE +// We don't want to reimplement a language from scratch +// Hacking e.g. PUC-Lua's parser? Kind of like Terra + // terminology akin to Janet (from _Janet for Mortals_): // compile: evaluating the program sources to produce an environment // runtime: evaluating the environment -- cgit v1.3.1