diff options
| author | rtk0c <[email protected]> | 2025-10-09 19:41:45 +0000 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-10-15 20:28:15 +0000 |
| commit | bc8c20d1e93b5c18e8915d356e74024092a74ce8 (patch) | |
| tree | 68572587354e928075f84bfbb3f71db21e9d174e /cm | |
| parent | ab49edbb106c25b980bac0227a3db55b74378784 (diff) | |
Extra thoughts
Diffstat (limited to 'cm')
| -rw-r--r-- | cm/ex03.cm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
