DEV Community

Discussion on: Does functional programming have any advantage in real environments?

Collapse
 
codewander profile image
codewander

Read about Haskell's servant and compare that to python's flask or golang's gin. That would a good way to understand the potential gains from using all of the power of typed functional programming versus a typical imperative solution.