
8 Oct
2009
8 Oct
'09
2:25 p.m.
dmehrtash:
I am trying to learn more about concurrent applications in Haskell by studying an existing a real application source code. I would very much appreciate if you can recommend an application that you feel has done a good job in implementing a real time application in Haskell.
hmp3 uses a read thread to reduce user input latency. Lambdabot is an IRC gateway that forks a thread for every message. hyena is a heavily concurrent web server. All on Hackage.