书的网址在这里,是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]
本书为Real World Haskell的预告介绍,涵盖从基础语法到高级并发编程的全面内容,包括函数式编程概念、类型系统、I/O操作、数据结构设计、错误处理等多个方面,并附带多个案例研究。
76

被折叠的 条评论
为什么被折叠?



