-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
broadcastApplying a function over a collectionApplying a function over a collectioncompiler:loweringSyntax lowering (compiler front end, 2nd stage)Syntax lowering (compiler front end, 2nd stage)
Description
I could've sworn we already had an issue tracking this, but I couldn't find it. In short, I'd love to have support for standalone (.+) and friends to lower to (args...)->(+).(args...). This would enable their use in higher order functions and generally make them more useful.
They currently parse as identifiers — and can be assigned to! — so this would be a breaking minor change.
JeffBezanson, StefanKarpinski, ararslan, simeonschaub, tkf and 2 more
Metadata
Metadata
Assignees
Labels
broadcastApplying a function over a collectionApplying a function over a collectioncompiler:loweringSyntax lowering (compiler front end, 2nd stage)Syntax lowering (compiler front end, 2nd stage)