https://github.com/serize02/haskell-docs
This repository collects a curated list of books and resources to help you learn and master Haskell, a purely functional programming language. From beginner-friendly introductions to advanced topics, these books will guide you through your Haskell journey.
https://github.com/serize02/haskell-docs
haskell haskell-learning haskell-library
Last synced: 5 months ago
JSON representation
This repository collects a curated list of books and resources to help you learn and master Haskell, a purely functional programming language. From beginner-friendly introductions to advanced topics, these books will guide you through your Haskell journey.
- Host: GitHub
- URL: https://github.com/serize02/haskell-docs
- Owner: serize02
- Created: 2024-09-15T19:38:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T20:25:03.000Z (almost 2 years ago)
- Last Synced: 2025-08-08T12:37:23.896Z (11 months ago)
- Topics: haskell, haskell-learning, haskell-library
- Language: Haskell
- Homepage:
- Size: 22.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Haskell Learning Resources
###
This repository is a collection of books and resources to help you learn Haskell, a purely functional programming language. Whether you're a beginner or an experienced programmer, this repository aims to provide a comprehensive set of materials to facilitate your learning journey.
###
Books Included
###
Haskell Programming: A comprehensive guide to Haskell programming, covering the language's syntax, features, and best practices.
###
Haskell Notes for Professionals: A concise and informative guide for professionals, providing a quick reference to Haskell's syntax, features, and common pitfalls.
###
Learn You a Haskell for Great Good! by Miran Lipovača: A beginner-friendly book that introduces Haskell through a series of exercises and examples.
###
Real World Haskell by Bryan O'Sullivan, John Goerzen, and Don Stewart: A practical guide to using Haskell in real-world applications, with examples and case studies.
###