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
Remove get_item and set_item, instead do it like scala where arr(n) gets the nth element. This means adding an update function.
Allow juxtaposition of function arguments as top level expression: print "some string". This is related to the first point because it sidesteps an ambiguity with array indexing and literals.
get_item
andset_item
, instead do it like scala wherearr(n)
gets the nth element. This means adding anupdate
function.print "some string"
. This is related to the first point because it sidesteps an ambiguity with array indexing and literals.potentially evaluating to the last element)weak_ref
toweak &
The text was updated successfully, but these errors were encountered: