somebody1234·4 ปีที่แล้ว·discussthere 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
somebody1234·4 ปีที่แล้ว·discusseven 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 function from somewhere else
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