-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If IDE tooling, and autocomplete is so important, should functional languages use postfix notation?
((3, 4)add)print
In a way the . is used for this in most OO languages, but with multiple-dispatch, which arguments go before and which after the function name? Perhaps this syntax is more readable?
(3, 4).add.print
Metadata
Metadata
Assignees
Labels
No labels