Ebook: Real World Haskell
- Tags: Haskell (Computer program language), COMPUTERS, Programming, Open Source, COMPUTERS, Software Development & Engineering, General, COMPUTERS, Software Development & Engineering, Tools
- Year: 2009
- Publisher: O'Reilly Media
- City: Sebastopol, CA
- Language: English
- epub
This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with Read more...
Abstract: This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will:Understand the differences between procedural and functional programmingLearn the features of