|
|
|
|
|
by germandiago
47 days ago
|
|
Ocaml seems to have a REPL as well, not sure how it works outside of Emacs (in Emacs with utop looks good what I am trying). Haskell is so so correct that it tends to get a bit on the way and you tend to encode everything in the type system. This is a blessing for correctness and a curse for other stuff (tracing, debugging, adding side-effects). This is the reason why I am looking at Ocaml instead of Haskell: not so pure, more pragmatic and supports imperative programming well. As I said, it is double-edged. |
|