- Добавил: literator
- Дата: 17-01-2023, 07:31
- Комментариев: 0

Автор: Philipp Hagenlocher
Издательство: Manning Publications
Год: 2023
Страниц: 236
Язык: английский
Формат: pdf, epub
Размер: 23.1 MB
Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges. Haskell delivers clean and safe code with mathematical precision and certainty. The pure functional coding language lets you use high level abstractions to keep your code clean and easily readable, and it actively disallows many of the dangerous behaviors that lead to bugs and crashes. These features make Haskell an amazing choice for applications that need an extra guarantee of safety, such such as in smart contracts, data intensive applications, and large scale distributed systems. Haskell is unique in many ways and generally helps us as developers to write safer and cleaner code that can more easily be checked against specifications and be more thoroughly tested, making the language a popular choice when programs are simply not allowed to crash! In this book we cover Haskell and many of its concepts from a real world perspective.