|
|
|
|
|
by yeshengm
2261 days ago
|
|
I'd say start with some eager functional language such as OCaml without the "object" part. Haskell code is hard to debug cuz you can't rely on good old print. Monad itself is never a silver bullet. Type systems and Composability are the true power of FP IMO. |
|
This is no reason to avoid arguably the most popular (and state-of-the-art) function language and implementation out there.