Stream: contributing

Topic: is main the right base branch for adding a builtin?


view this post on Zulip Norbert Hajagos (Mar 10 2026 at 09:59):

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.

view this post on Zulip Luke Boswell (Mar 10 2026 at 11:32):

Yes main is the right branch

view this post on Zulip Luke Boswell (Mar 10 2026 at 11:33):

I wouldn't worry too much about those refactors... they aren't really touching the interpreter at all I think

view this post on Zulip Norbert Hajagos (Mar 10 2026 at 19:33):

Okay, thanks!


Last updated: Mar 20 2026 at 12:28 UTC