-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problems
Milestone
Description
Solution for #46.
Most other languages have a "spread" or "splat" syntax that interpolates the elements of an existing collection into a new collection. In JS, it's a prefix .... In Ruby, Python, and a couple of others, it's a prefix *.
I propose we follow JS and use ....
This proposal is now accepted. Implementation work is being tracked in #164.
rkj, xster, mdebbar, jonahwilliams, grouma and 36 morexster, gamebox, rusco, derfurth, minikin and 12 more
Metadata
Metadata
Assignees
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problems
Type
Projects
Status
Done