Replace Kym "System Bindings" with Hardcoded Builtins #32
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#32
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Kym currently supports native functions to be bound in global scope using the @ prefix, however these symbols are resolved dynamically to no real benefit.
The case for supporting symbols that are bound at startup to never change yet are dynamically resolved is shakey at best. Therefore, this proposal seeks to replace their existing usage with built-in behavior known to the compiler as well as the runtime.
These builtins would act much like keywords in providing language intrinsic behavior, but would take on the same function calling syntax that callable system bindings currently support.