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
The in operator is useful to make many comparing expressions simpler, but I'm not getting the use for operator function with partial application, it won't be hard to write functions to generate currying functions, why this should be a builtin feature.
LiveScript (a descendant of CoffeeScript that also supports features like pipes and spread operators) supports operators as functions, with partial application.
This allows for Polish-like notation:
It also combines well with pipes:
I'd love to see this in Yuescript.
The text was updated successfully, but these errors were encountered: