Haskell web stuff in general has a flavor: performance (lots of concurrency and multicore stuff on top of epoll) and component compositionality.
------
As an aside, with the emerging realization that threads and events are linked, its interesting to note that GHC these days presents a thread and event API implemented in terms of epoll/kqueue. Threads and events are unified in GHC, finally.
------
As an aside, with the emerging realization that threads and events are linked, its interesting to note that GHC these days presents a thread and event API implemented in terms of epoll/kqueue. Threads and events are unified in GHC, finally.