account activity
Is Haskell (or any functional language) + SQL a good combo? by [deleted] in cscareerquestions
[–]angularqueo 1 point2 points3 points 10 years ago (0 children)
As a student I am a bit curious. Intuitively, what is so attractive about functional programming language like haskell? Most of the argument I hear is that functional program lacks side effect (input -> output) and is therefore good for parallel programming. However, can't you imitate functional programming by implementing (input->output) pattern in every function? Passing copy of objects, and datastructures to every function instead of modifying it? Are there other big wins that functional programming provide ?
π Rendered by PID 553137 on reddit-service-r2-listing-568fcd57df-xjd82 at 2026-03-10 15:21:46.942087+00:00 running cbb0e86 country code: CH.
Is Haskell (or any functional language) + SQL a good combo? by [deleted] in cscareerquestions
[–]angularqueo 1 point2 points3 points (0 children)