-
-
Notifications
You must be signed in to change notification settings - Fork 4
lambda
pannous edited this page Sep 20, 2021
·
3 revisions
lambda see closures
The javascript closures notation x => x*x is beautiful but a bit hard to type
square = x :: x*x
square x := x*x
only makes sense for named functions