What are examples of well designed functional (as opposed to object oriented) web apps that make their source code available? I am currently studying the Hacker News source but I’d like to see some other non-trivial examples, ideally in clojure.
For MVC there are lots of Rails and PHP apps, frameworks, and tutorials to study – what is there for functional programming?
There’s:
That list is enough to keep you busy giving a sample of functional languages with different characteristics:
If you want to see how webapps look in a language that is functional “at all costs”, then the jrockway’s suggestion is the one to look at.