Block a user
Replace System Objects with Builtins and Syscalls
Replace Kym "System Bindings" with Hardcoded Builtins
Replace System Objects with Builtins and Syscalls
Options should provide reasonable defaults if they're intended to be optional.
Replace System Objects with Builtins and Syscalls
Should discerning the specific builtin type be the job of the AST itself? I feel like it should be the job of the compiler during AST parsing.
Replace System Objects with Builtins and Syscalls
Replace Kym "System Bindings" with Hardcoded Builtins
Performance Problems in the Kym Runtime Heap
To update on this issue, much of the work in #30 was aimed at removing usage of Slab from Kym for the time being. This means every object creation is now a direct call to the underlying Allocator…
Non-String Indices in Kym Table Literals
Dynamic Object Indexing for Kym
Non-String Indices in Kym Table Literals
Re-opening as #30 didn't end up solving this issue fully, only partially with the introduction of symbol indices.
Non-String Indices in Kym Table Literals