Hi! I want to implement a new builtin which requires modification to the interpreter (List.get). Shall I branch off of main, or is there a branch which would be a better target? I've heard about big refactors happening, possibly to the interpreter.
Yes main is the right branch
I wouldn't worry too much about those refactors... they aren't really touching the interpreter at all I think
Okay, thanks!
Last updated: Mar 20 2026 at 12:28 UTC