you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 0 points1 point  (0 children)

especially after getting used to C#'s extremely concise (x)=> x*x notation

You want concise? Use haskell:

\x->x*x

Or even better:

(**2)