|
|
|
|
|
by somebody1234
1299 days 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 that - e.g. the base library |
|