| 000 | 00000cam u2200205 a 4500 | |
| 001 | 000045805884 | |
| 005 | 20200825155438 | |
| 008 | 140728s2014 nyua b 001 0 eng | |
| 020 | ▼a 9781430262503 | |
| 035 | ▼a (KERIS)BIB000013507011 | |
| 040 | ▼a 221002 ▼d 211009 ▼c 211009 | |
| 082 | 0 4 | ▼a 005.133 ▼2 23 |
| 084 | ▼a 005.133 ▼2 DDCK | |
| 090 | ▼a 005.133 ▼b M534b | |
| 100 | 1 | ▼a Mena, Alejandro Serrano. |
| 245 | 1 0 | ▼a Beginning Haskell : ▼b a project-based approach / ▼c Alejandro Serrano Mena. |
| 260 | ▼a New York : ▼b Apress, ▼c c2014. | |
| 300 | ▼a xxiii, 402 p. : ▼b ill. ; ▼c 24 cm. | |
| 490 | 1 | ▼a The expert's voice in programming |
| 504 | ▼a Includes bibliographical references and index. | |
| 650 | 0 | ▼a Haskell (Computer program language). |
| 650 | 0 | ▼a Functional programming (Computer science). |
| 776 | 0 8 | ▼i Online version: ▼a Mena, Alejandro Serrano. ▼t Beginning Haskell : a project-based approach ▼z 9781430262510 ▼w (211009)000046041839 |
| 830 | 0 | ▼a Expert's voice in programming. |
| 945 | ▼a KLPA |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 M534b | 등록번호 121230386 (2회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
Beginning Haskell provides a broad-based introduction to the Haskell language, its libraries and environment, and to the functional programming paradigm that is fast growing in importance in the software industry. The book takes a project-based approach to learning the language that is unified around the building of a web-based storefront. Excellent coverage is given to the Haskell ecosystem and supporting tools. These include the Cabal build tool for managing projects and modules, the HUnit and QuickCheck tools for software testing, the Scotty framework for developing web applications, Persistent and Esqueleto for database access, and also parallel and distributed programming libraries.?
Functional programming?is?gathering momentum,?allowing programmers to express themselves in a more concise way, reducing boilerplate and increasing the safety of code. Indeed, mainstream languages such as C# and Java are adopting features from functional programming, and from languages implementing that paradigm. Haskell is an elegant and noise-free pure functional language with a long history, having a huge number of library contributors and an active community. This makes Haskell the best tool for both learning and applying functional programming, and Beginning Haskell the perfect book to show off the language and what it can do.
- Takes you through a series of projects showing the different parts of the language.
- Provides an overview of the most important libraries and tools in the Haskell ecosystem.
- Teaches you how to apply functional patterns in real-world scenarios.
What you’ll learn
- Build small and large projects using the Haskell language.
- Profit from ecosystem tools such as Cabal, HLint, and QuickCheck.
- Implement efficient stream I/O via libraries like Conduit.
- Parallelize code to run on multiple processors or distributed across a network.
- Create domain-specific languages useable by business users, and to tackle specific problem domains.
- Build Haskell-backed websites using database and web-application libraries such as Persistent, Esqueleto, and Scotty
Who this book is for
Beginning Haskell is for programmers new to functional programming, who want to learn this new paradigm and how it can improve the quality of their code. Beginning Haskell is also a great choice for functional programmers wanting to get a taste of the Haskell ecosystem and its unique features, or who wish to learn about advanced type system features and patterns.
Table of Contents
Part I: First Steps
1. Going Functional
2. Declaring the Data Model
3. Reusing Code through Lists
4. Using Containers and Type Classes
5. Laziness and Infinite Structures
Part II: Data Mining
6. Knowing Your Clients Using Monads
7. More Monads: Now for Recommendations
8. Parallelizing the Execution
Part III: Resource Handling
9. Dealing with Files: IO and Conduit
10. Builders and Parsers
11. Safe Database Access
12. Web Applications
Part IV: Domain Specific Languages
13. Strong Types
14. Attribute Grammars
Part V: Engineering the Store
15. Documenting, Testing, and Verifying
16. Architecting Your Application
정보제공 :
목차
Part I: First Steps 1. Going Functional 2. Declaring the Data Model 3. Reusing Code through Lists 4. Using Containers and Type Classes 5. Laziness and Infinite Structures Part II: Data Mining 6. Knowing Your Clients Using Monads 7. More Monads: Now for Recommendations 8. Parallelizing the Execution Part III: Resource Handling 9. Dealing with Files: IO and Conduit 10. Builders and Parsers 11. Safe Database Access 12. Web Applications Part IV: Domain Specific Languages 13. Strong Types 14. Attribute Grammars Part V: Engineering the Store 15. Documenting, Testing, and Verifying 16. Architecting Your Application Appendix A Appendix B
정보제공 :
