You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I missed it, it isn't defined what happens when a list is passed into a function. From Burlap I infer that a copy is made and not a reference to the list, but it may be beneficial to specify in the specification.
The text was updated successfully, but these errors were encountered:
I think for all values a copy is made (or at least, that's how burlap does it). A reference would be a good idea, although seems weird to have it just for lists (along with being a possible footgun if it's implicit). Maybe new syntax (like &foo) could be added? But I don't think Nobody would like it.
Unless I missed it, it isn't defined what happens when a list is passed into a function. From Burlap I infer that a copy is made and not a reference to the list, but it may be beneficial to specify in the specification.
The text was updated successfully, but these errors were encountered: