For background, Bryan gave this talk at the excellent Strange Loop 2011 conference ( https://thestrangeloop.com/ ). Abstract: https://thestrangeloop.com/sessions/running-a-startup-on-has... He also gave a workshop on Sunday (which I unfortunately was not able to attend): https://thestrangeloop.com/sessions/haskell-functional-progr...
For a different type of background, Bryan O'Sullivan is the author of some of the best Haskell libraries out there. The de facto standard JSON parser/serializer is his doing, for example, and his Riak client is the best I've seen in any language. This guy really knows what he's talking about.
Going to use the following in my "webmachine in Haskell" project.
- aeson: Fast json library [2]
- pronk: load test webservers [3]
[1]: https://github.com/mailrank/
[2]: https://github.com/mailrank/aeson
[3]: https://github.com/mailrank/pronk