Bytecode VM #43
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Move from a tree-walk interpreter to a bytecode VM.
The strategy here is to compile the validated AST to bytes in Janet, and then send the thing to Zig. Values and references may be a bit titchier, but at worst, equivalent Janet values can be unwrapped in Zig easily enough.