Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
somebody1234
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
somebody1234
4y ago
there is zero desperation for extreme terseness in ocaml. some very obvious examples: - many, if not most, functions have sensible names instead of abnormally terse ones - it's possible to make named parameters mandatory, and many do t
2.
▲
by
somebody1234
4y ago
even funnier when you realize that doesn't even need to be curried so it also works in c#: someEnumerable.Select(doSomething) to be fair, i guess doSomething was supposed to be an actual function body instead of a helper funct