(no title)
frankie_t | 1 year ago
The worst thing so far is that you have to declare and define functions before using them. This results in unimportant utility functions being at the top, and the most important functions being at the bottom of a file.
I haven't had much issue with let bindings, however that might be because my functions are fairly simple for now.
RandomThoughts3|1 year ago
That's an extremely good thing.
Unordered definitions and where are some of Haskell worst decisions with lazy by default, overuse of operators and a community which sadly think point-free is desirable.
That's the kind of choices which makes Ocaml a lot more readable.
frankie_t|1 year ago
However, I agree on laziness, operators and point-free.
gsuuon|1 year ago
greener_grass|1 year ago
bmitc|1 year ago