Leanpub book, 2018. — 47 p. Teaching modern typed functional programming and Haskell language in a fun and accessible way using real world examples and a lot of visuals to help structure abstract concepts and develop intuition. Good for teens and adults!
Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular...
Manning Publications, 2018. — 616 p. — ISBN: 978-161729376-4. Get Programming with Haskell introduces you to the Haskell language without drowning you in academic jargon and heavy functional programming theory. By working through 43 easy-to-follow lessons, you'll learn Haskell the best possible way — by doing Haskell! Purchase of the print book includes a free eBook in PDF,...
O’Reilly, 2013. — 321 p. — ISBN: 978-1-449-33594-6. If you have a working knowledge of Haskell, this hands-on book shows you how to use the language’s many APIs and frameworks for writing both parallel and concurrent programs. You’ll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with...
Apress, 2019. — 212 p. — ISBN13: 978-1-4842-4506-4. This condensed code and syntax reference presents the essential Haskell syntax in a well-organized format that can be used as a quick and handy reference, including applications to cloud computing and data analysis. This book covers the functional programming features of Haskell as well as strong static typing, lazy...
3rd Edition. — Addisson-Wesley, 2011. — 608 p. — ISBN: 0201882957, ISBN13: 9780201882957. Introducing functional programming in the Haskell language, this book is written for students and programmers with little or no experience. It emphasises the process of crafting programmes, problem solving and avoiding common programming pitfalls. Covering basic functional programming,...
Publisher: Addison Wesley. Year: 1999. Edition: 2. Pages: 502. ISBN: 9780201342758, 0201342758. The second edition of Haskell: The Craft of Functional Programming is essential reading for beginners to functional programming and newcomers to the Haskell programming language. The emphasis is on the process of crafting programs and the text contains many examples and running case...
Second edition. — Addison Wesley, 1999. — 502 p. — ISBN: 978-0-20134275-8. Haskell: The Art of Functional Programming, Second Edition, is a basic book for those new to functional programming and neophytes of the Haskell programming language. The book focuses on the process of creating programs, and its text contains many educational examples that help you design and test...
Comments