|
|
|
|
|
by pjmlp
3669 days ago
|
|
I dabble occasionally in FP languages and I am a bit fan of the ML family. However I came to the conclusion that the latest improvemetns in C#, Java and C++ are already quite good for doing FP style programming. Yes, I feel a bit dirty not being able to use more pure FP languages, but I have to work within the context that customers allow us to do. Although it feels like blasphemy, C++14/7 can be seen almost as an impure Haskell with curly brackets. |
|
Learning OCaml really improved my appreciation of C++. C++ code is just all over the place, but you can write it in a pretty clean style (admittedly with considerable effort.)
Related: https://akabe.github.io/evilml/