- Home
- Software
- Threads FAQ
- A glossary of terms used in threaded programming
- About the multithreaded programming FAQ
- After I create a certain number of threads, my program crashes [Unix]
- Asynchronous thread cancellation [Unix]
- How can I perform a join on any non-specific thread? [Unix]
- Mixing threads and signals [Unix]
- The history of threads
- What are the main families of threads?
- What is a thread?
- Why are reentrant library and system call interfaces good?
Hi Bryan,
I’d just like to add my appreciation to what you (and many others) are doing to drive Haskell forward. It is a great service to mankind, IMHO.
I’ve recently come to Haskell from Scheme and have found it so much more advanced and ‘production ready’ than Scheme. I also seriously considered learning OCaml instead of Haskell but I think I made the right choice given the pace of change with Haskell.
One area that would help, as you’ve picked up is to improve documentation of core libraries and also of the many ancilliary packages on Hackage. Often simple examples of how to use them would suffice.
Best regards
Andrew