书的网址在这里,是oreily出的。现在只是预告,不知道什么时候能出版.
http://www.realworldhaskell.org/blog/
看了下目录和介绍,很不错的,希望东南大学能够第一时间引进,嘿嘿最好在我sicp看完后再引进。
目录在这里:
[code]Why functional programming? Why Haskell?
Getting started: compiler, interpreter, values, simple functions, and types
Syntax, type system basics, type class basics
Write a real library: the rope data structure, cabal, building projects
Typeclasses and their use
Bringing it all together: file name matching and regular expressions
All about I/O
I/O case study: a DSL for searching the filesystem
Code case study: barcode recognition
Testing the Haskell way: QuickCheck
Handling binary files and formats
Designing and using data structures
Monads
Monad case study: refactoring the filesystem seacher
Monad transformers
Using parsec: parsing a bioinformatics format
Interfacing with C: the FFI
Error handling
Haskell for systems programming
Talking to databases: Data.Typeable
Web client programming: client/server networking
GUI programming: gtk2hs
Data mining and web applications
Basics of concurrent and parallel Haskell
Advanced concurrent and parallel programming
Concurrency case study: a lockless database with STM
Performance and efficiency: profiling
Advanced Haskell: MPTCs, TH, strong typing, GADTs
Appendices[/code]
http://www.realworldhaskell.org/blog/
看了下目录和介绍,很不错的,希望东南大学能够第一时间引进,嘿嘿最好在我sicp看完后再引进。
目录在这里:
[code]Why functional programming? Why Haskell?
Getting started: compiler, interpreter, values, simple functions, and types
Syntax, type system basics, type class basics
Write a real library: the rope data structure, cabal, building projects
Typeclasses and their use
Bringing it all together: file name matching and regular expressions
All about I/O
I/O case study: a DSL for searching the filesystem
Code case study: barcode recognition
Testing the Haskell way: QuickCheck
Handling binary files and formats
Designing and using data structures
Monads
Monad case study: refactoring the filesystem seacher
Monad transformers
Using parsec: parsing a bioinformatics format
Interfacing with C: the FFI
Error handling
Haskell for systems programming
Talking to databases: Data.Typeable
Web client programming: client/server networking
GUI programming: gtk2hs
Data mining and web applications
Basics of concurrent and parallel Haskell
Advanced concurrent and parallel programming
Concurrency case study: a lockless database with STM
Performance and efficiency: profiling
Advanced Haskell: MPTCs, TH, strong typing, GADTs
Appendices[/code]