Is functional programming relevant to web development? [closed]
Functional programming matches web apps very well. The web app recieves a HTTP request and produces a HTML result. This could be considered a function from requests to pages. Compare with desktop apps, where we typically have a long running process, a stateful UI and dataflow in several directions. This is more suited to OO … Read more