radiant64 / vialang

Scheme-inspired language with an embeddable interpreter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable creating and running a VM without any builtins

radiant64 opened this issue · comments

Currently the bundled assembler code, builtin forms and procedures, and native Via code are always deployed on VM creation. Make this optional. Primarily enables better testing.