Hugendubel.info - Die B2B Online-Buchhandlung 

Merkliste
Die Merkliste ist leer.
Bitte warten - die Druckansicht der Seite wird vorbereitet.
Der Druckdialog öffnet sich, sobald die Seite vollständig geladen wurde.
Sollte die Druckvorschau unvollständig sein, bitte schliessen und "Erneut drucken" wählen.
BuchKartoniert, Paperback
670 Seiten
Englisch
O'Reilly Mediaerschienen am30.12.2008
Introduces you to functional programming with Haskell. This book takes you through the basics of functional programming and helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, and concurrency.mehr
Verfügbare Formate
BuchKartoniert, Paperback
EUR49,00
E-BookEPUBDRM AdobeE-Book
EUR35,99
E-BookPDFDRM AdobeE-Book
EUR42,99

Produkt

KlappentextIntroduces you to functional programming with Haskell. This book takes you through the basics of functional programming and helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, and concurrency.
Details
ISBN/GTIN978-0-596-51498-3
ProduktartBuch
EinbandartKartoniert, Paperback
Erscheinungsjahr2008
Erscheinungsdatum30.12.2008
Seiten670 Seiten
SpracheEnglisch
Gewicht1128 g
Artikel-Nr.10904835

Inhalt/Kritik

Inhaltsverzeichnis
Dedication
Preface
Chapter 1: Getting Started
Chapter 2: Types and Functions
Chapter 3: Defining Types, Streamlining Functions
Chapter 4: Functional Programming
Chapter 5: Writing a Library: Working with JSON Data
Chapter 6: Using Typeclasses
Chapter 7: I/O
Chapter 8: Efficient File Processing, Regular Expressions, and Filename Matching
Chapter 9: I/O Case Study: A Library for Searching the Filesystem
Chapter 10: Code Case Study: Parsing a Binary Data Format
Chapter 11: Testing and Quality Assurance
Chapter 12: Barcode Recognition
Chapter 13: Data Structures
Chapter 14: Monads
Chapter 15: Programming with Monads
Chapter 16: Using Parsec
Chapter 17: Interfacing with C: The FFI
Chapter 18: Monad Transformers
Chapter 19: Error Handling
Chapter 20: Systems Programming in Haskell
Chapter 21: Using Databases
Chapter 22: Extended Example: Web Client Programming
Chapter 23: GUI Programming with gtk2hs
Chapter 24: Concurrent and Multicore Programming
Chapter 25: Profiling and Optimization
Chapter 26: Advanced Library Design: Building a Bloom Filter
Chapter 27: Sockets and Syslog
Chapter 28: Software Transactional Memory
Installing GHC and Haskell Libraries
Characters, Strings, and Escaping Rules
Colophon
mehr

Autor

Bryan O'Sullivan is an Irish writer and developer who works with distributed systems, open source software, and programming languages. He wrote the award-winning O'Reilly title Real World Haskell. He has made significant contributions to the popular Mercurial revision control system, and to a number of other open source projects. He lives in San Francisco with his family. Whenever he can, he runs off to climb rocks.John Goerzen is an accomplished author, system administrator, and Python programmer.