0017031 / up-to-date-real-world-haskell_fork

I'm trying to update the Real World Haskell book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real World Haskell by Bryan O’Sullivan, Don Stewart and John Goerzen is an old book (2008) that approach teaching Haskell by building small programs. Sadly the language and libraries have changed enough to make several of the examples useless so I am making them working again. After I finish I pretend to make the changes listed as enhancements in the issue tracker.

Progress

  1. DONE Introduction
  2. DONE Getting started
  3. DONE Types and functions
  4. DONE Defining Types, Streamlining Functions
  5. DONE Functional programming
  6. DONE Writing a library
  7. DONE Using type classes
  8. DONE I/O
  9. DONE Efficient file processing
  10. DONE A library for searching the file system
  11. DONE Parsing a binary data format
  12. DONE Testing and quality assurance
  13. DONE Barcode recognition
  14. DONE Data structures
  15. DONE Using Parsec
  16. DONE Monads
  17. DONE Programming with monads
  18. TODO Interfacing with C
  19. STARTED Monad transformers
  20. STARTED Error handling
  21. TODO Systems programming
  22. TODO Using databases
  23. TODO Web client programming
  24. TODO GUI programming with gtk2hs
  25. TODO Concurrent and multicore programming
  26. TODO Profiling and optimization
  27. TODO Building a Bloom filter
  28. TODO Sockets and syslog
  29. TODO Software transactional memory
  30. TODO Appendix: Characters, strings and scaping rules
  31. TODO Bibliography

About

I'm trying to update the Real World Haskell book

License:Other


Languages

Language:Python 80.0%Language:Makefile 20.0%