issues
search
mattbierner
/
khepri
ECMAScript derived programming language
http://khepri-lang.com/
MIT License
67
stars
3
forks
source link
Curry Operator to Function
#89
Closed
mattbierner
closed
10 years ago
mattbierner
commented
10 years ago
For binary curry only.
(@);
\x y -> x.bind(null, y);
For binary curry only.