-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
- Remove
get_itemandset_item, instead do it like scala wherearr(n)gets the nth element. This means adding anupdatefunction. - 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. - Rework struct initializers #36
- Add blocks (
potentially evaluating to the last element) - Add lambdas
- Remove the trailing colon in switch/case
- Add tuples
- change
weak_reftoweak &
Metadata
Metadata
Assignees
Labels
No labels