Keywords should be able to be generated at runtime #36

Open
opened 2025-06-26 04:38:38 +00:00 by scott · 0 comments
Owner

Keywords should be able to be generated at runtime.

This requires a little fancy footwork, since they need to be interned as constants. And that means the constants table of the current chunk needs to be mutable. And thus behind a RefCell. That should be fine, right?

Keywords should be able to be generated at runtime. This requires a little fancy footwork, since they need to be interned as constants. And that means the constants table of the current chunk needs to be mutable. And thus behind a `RefCell`. That should be fine, right?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/rudus#36
No description provided.