Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: