An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with haskell-learning

A curated list of projects in awesome lists tagged with haskell-learning .

https://github.com/tssm/up-to-date-real-world-haskell

I'm trying to update the Real World Haskell book

haskell-book haskell-learning haskell-tutorial

Last synced: 02 Apr 2025

https://github.com/i-am-tom/haskell-exercises

A little course to learn about some of the more obscure GHC extensions.

functional-programming ghc haskell haskell-learning teaching-materials

Last synced: 04 Apr 2025

https://github.com/soupi/learn-haskell-blog-generator

Learn Haskell by building a blog generator - an introductory book about Haskell.

book haskell haskell-learning learning-haskell mdbook tutorial

Last synced: 07 Oct 2025

https://github.com/typeclasses/haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs

haskell haskell-learning

Last synced: 09 Jan 2026

https://github.com/ucsd-progsys/elsa

Elsa is a lambda calculus evaluator

haskell haskell-learning lambda-calculus reduction

Last synced: 15 May 2025

https://github.com/soupi/rfc

My slides and compilation of resources.

articles haskell haskell-learning

Last synced: 03 Mar 2025

https://github.com/frizensami/haskell-optimization

A beginner's guide to Haskell optimization

haskell haskell-learning haskell-tutorial

Last synced: 30 Apr 2025

https://github.com/lukeg101/lplzoo

Fine-grain implementations of common lambda calculi in Haskell, tested with QuickCheck

haskell-learning lambda-calculus language-design quickcheck type-theory

Last synced: 08 May 2025

https://github.com/gvolpe/haskell-book-exercises

From the book "Haskell Programming from first principles"

haskell-book haskell-learning

Last synced: 22 Mar 2025

https://github.com/simonmichael/haskell-links

Exploratory project to gather Haskell links

haskell haskell-learning

Last synced: 23 Mar 2025

https://github.com/hauntedhost/programming-in-haskell

Programming in Haskell (2nd ed) by Graham Hutton

functional-programming haskell haskell-learning

Last synced: 29 Jul 2025

https://github.com/tejasbubane/haskell-book-code

[Complete] Solutions to exercises from "Haskell Book" along with study notes

exercises haskell haskell-learning learning-by-book

Last synced: 06 May 2025

https://github.com/soupi/learn-twain-bulletin-app

Building a bulletin board using Haskell, twain and friends

haskell haskell-learning tutorial twain webdev

Last synced: 25 Apr 2025

https://github.com/soupi/learn-scotty-bulletin-app

Building a bulletin board using Haskell, scotty and friends

haskell haskell-learning scotty tutorial webdev

Last synced: 25 Apr 2025

https://github.com/willdoescode/haskell-leetcode

Learning algorithms in haskell with the help of leetcode.

algorithms haskell haskell-exercises haskell-learning leetcode willdoescode

Last synced: 08 Apr 2025

https://github.com/kutyel/urlish

🔗 An URI shortener made with Redis and the Reader Monad!

haskell haskell-learning nix reader-monad redis uri-shortener url-shortener

Last synced: 15 Apr 2025

https://github.com/tomi77/learninghaskelldataanalysis

Examples from "Learning Haskell Data Analysis"

haskell haskell-book haskell-learning

Last synced: 28 Oct 2025

https://github.com/deciduously/tictactoe-hs

TicTacToe in Haskell, with accompanying blogpost

haskell haskell-learning tictactoe

Last synced: 24 Apr 2025

https://github.com/felipemonobe/lagoinha-hs

A Haskell study with concurrency, http requests, JSON and XML parsing.

aeson async asynchronous concurrency functional-programming haskell haskell-learning http json race-conditions wreq xml

Last synced: 24 Apr 2026

https://github.com/coot/monadic-party2019

Workshop on Session Types at Monadic Party 2019

haskell-learning network session-types

Last synced: 21 Jul 2025

https://github.com/micheleriva/caesar-cipher

👑 Dead Simple Caesar Cipher written in Haskell

caesar-cipher cipher cipher-algorithms haskell haskell-learning haskell-library

Last synced: 02 Aug 2025

https://github.com/faculerena/algebra1haskell

Taller de algebra 1 - Principios de programacion funcional

haskell haskell-learning

Last synced: 18 Feb 2026

https://github.com/bookshelfdave/monad-transformers-step-by-step

(unofficial) source for Monad Transformers Step by Step by Martin Grabmüller

haskell haskell-exercises haskell-learning monad-transformers monads

Last synced: 16 Mar 2025

https://github.com/obsidiansystems/seven-guis-vty

7GUIs implemented in reflex-vty

frp haskell haskell-learning reflex-frp tui vty

Last synced: 29 Apr 2026

https://github.com/dogonthehorizon/seven-applied-cats

Exercise solutions and notes related to "An Invitation to Applied Category Theory"

applied-category-theory applied-mathematics category-theory haskell haskell-exercises haskell-learning solutions

Last synced: 23 May 2026

https://github.com/jaalonso/cursos_de_pf_con_haskell

Recopilación de cursos de programación funcional con Haskell.

functional-programming haskell haskell-learning

Last synced: 11 Aug 2025

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.

haskell haskell-learning haskell-library

Last synced: 08 Feb 2026

https://github.com/wololock/aoc2018

Advent of Code 2018 challenge with Haskell

advent-of-code advent-of-code-2018 haskell haskell-learning

Last synced: 05 Apr 2025

https://github.com/borisskert/haskell-katas

This repo contains my solutions for some Haskell katas submitted in Codewars.

codewars codewars-katas codewars-solutions haskell haskell-kata haskell-learning

Last synced: 17 Mar 2025

https://github.com/fpclass/scratch-clone

Skeleton code for the Scratch Clone project

haskell haskell-exercises haskell-learning teaching-materials

Last synced: 31 Jan 2026

https://github.com/jaalonso/exercitium2018

Ejercicios de programación funcional con Haskell (Curso 2018-19)

haskell haskell-exercises haskell-learning

Last synced: 27 Mar 2025

https://github.com/fpclass/mastermind

Skeleton code for the Mastermind project

exercise haskell haskell-learning teaching-materials

Last synced: 31 Jan 2026

https://github.com/epicallan/mini-servant

A mini haskell servant server clone for study purposes

haskell haskell-learning haskell-library servant

Last synced: 26 Oct 2025

https://github.com/steadylearner/haskell

I will record my Haskell learning process. I will collect working code here also.

haskell haskell-application haskell-exercises haskell-learning steadylearner

Last synced: 23 Aug 2025

https://github.com/mandarancio/nbodies

Haskell SDL2 , N Body simulation

body-simulation haskell haskell-learning sdl sdl2 simulation

Last synced: 26 Apr 2026

https://github.com/nomemory/haskell-exercises

Solutions for the 99 Haskell Problems

haskell-exercises haskell-learning

Last synced: 04 Apr 2025

https://github.com/psychedelicshayna/language-learning

My place for storing learning resources and useful information about programming languages.

educational functional-programming haskell haskell-learning learning learning-functional-programming learning-resources playground

Last synced: 25 Aug 2025

https://github.com/twitu/time-machine-shop

Exercises and notes from Practical Haskell book by Alexandro Menna

book haskell haskell-exercises haskell-learning

Last synced: 21 May 2026

https://github.com/emptywork/functional-programming

General purpose repository for learning purely-function languages.

functional functional-programming general-purpose haskell haskell-learning purely-functional purescript

Last synced: 18 Jun 2026

https://github.com/0xvpr/haskell-solutions

A repository of solutions for various problems on the hackerrank.com platform.

challenges hackerrank hackerrank-challenges hackerrank-solutions haskell-learning solutions

Last synced: 22 Jun 2026

https://github.com/ccntrq/freezylang

A simple interpreted programming language implemented in Haskell

haskell-learning interpreter programming-language

Last synced: 08 Jul 2025

https://github.com/andreasmazur/playyouahaskell

A Haskell framework and environment to create and play 2D ASCII games within the Bash terminal.

haskell haskell-application haskell-exercises haskell-learning haskell-library learning

Last synced: 09 Sep 2025

https://github.com/akin-mustapha/glitch-art

A command line tool that corrupt the binary data of an image file to create a glitch

functional-programming glitch-art haskell haskell-learning programming programming-languages

Last synced: 11 May 2025

https://github.com/futtetennista/introductiontofunctionalprogramming

Solutions for the exercises in the "Introduction to Functional Programming" by Richard Bird and Philip Wadler

functional-programming haskell-learning

Last synced: 05 Apr 2025

https://github.com/isaqueveras/functional-language

Files that I will be creating during the Functional Language course at the Federal Faculty of Ceará.

functional-programming haskell haskell-learning ufc ufc-quixada

Last synced: 21 Mar 2025

https://github.com/kammitama5/haksll

some hask test stuff

haskell-learning

Last synced: 17 Aug 2025

https://github.com/rcardin/btrees

A simple implementation of Binary Search Trees using Haskell (just for fun).

binary-search-tree haskell haskell-learning

Last synced: 28 May 2026

https://github.com/kigsmtua/haskelltopia

The road to haskelltopia .. A bunch of haskell programs and utilities I build along the way as I try to learn haskell

haskell haskell-learning

Last synced: 01 Apr 2025

https://github.com/kigsmtua/eagle

TCP and http based load balancer done in haskell

haskell haskell-learning load-balancer proxy

Last synced: 01 Apr 2025

https://github.com/sethetter/haskell-book

Working through https://haskellbook.com

haskell haskell-book haskell-learning

Last synced: 02 Apr 2025

https://github.com/grddavies/euler

Solutions to Project Euler problems in Haskell

haskell haskell-learning

Last synced: 30 May 2026

https://github.com/flandrade/haskell-play

Explore and create material for some Haskell's concepts. Some of these will become blogposts.

haskell haskell-exercises haskell-learning

Last synced: 23 Feb 2026

https://github.com/tejasbubane/learn-you-haskell

Code written while reading the learn-you-a-haskell book

haskell haskell-book haskell-exercises haskell-learning

Last synced: 01 Jun 2026

https://github.com/felipemonobe/99h

[Haskell] My solutions to https://wiki.haskell.org/99_questions/

functional-language functional-languages functional-programming haskell haskell-language haskell-learning hspec testing

Last synced: 04 Nov 2025

https://github.com/wbadart/naivebayes.hs

Small implementation of a Naive Bayes model in Haskell

haskell-learning haskell-library machine-learning naive-bayes-classifier

Last synced: 22 Apr 2025

https://github.com/gabrielmajeri/cis194-homework

Solutions for the homework exercises for CIS 194 functional programming course

cis-194 haskell haskell-learning

Last synced: 15 Oct 2025

https://github.com/harlockofficial/functionalprogrammingtutoringmaterial

All material that will be used during the tutoring sessions for the Functional Programming module of the Programming Methodologies course

beamer beamer-presentation beamer-slides course-material functional-programming haskell haskell-exercises haskell-learning latex latex-document tutoring university university-course university-of-camerino

Last synced: 02 Feb 2026

https://github.com/gagbo/haskell-scheme

Trying out https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours ; without the 48 hour part.

haskell-learning

Last synced: 11 Jun 2026

https://github.com/kimminss0/haskell-playground

A collection of notable Haskell resources.

haskell haskell-learning

Last synced: 28 Mar 2025

https://github.com/juanbelieni/tictactoe

TicTacToe made in Haskell

haskell haskell-learning tictactoe

Last synced: 24 Apr 2025

https://github.com/andude10/parse-json

Json parser written in haskell

haskell-learning json-parser

Last synced: 13 May 2025

https://github.com/exbotanical/turnstile

A sandboxed continuous integration server for minimal effort build tasks

continuous-integration distributed-systems docker functional-programming haskell-learning task-runner

Last synced: 20 May 2026

https://github.com/kevindasilvas/tictactoe_haskell

Little tic tac toe terminal game made entirely in haskell made entirely by me to consolidate some key concepts in haskell.

cabal haskell haskell-learning stack tic-tac-toe

Last synced: 29 Mar 2025

https://github.com/gustavewpm/the-joy-of-haskell

Just a repository made during my lecture of Finding Success (and Failure) in Haskell, for learning purposes.

haskell haskell-learning self-taught study-project studying

Last synced: 18 Jul 2025

https://github.com/rcardin/learning-haskell

Haskell stuffs made during language learning

haskell haskell-learning

Last synced: 25 May 2026

https://github.com/delreluca/adiram

Small lambda calculus parser as a learning project

haskell haskell-learning lambda-calculus learning-exercise

Last synced: 27 Feb 2025

https://github.com/serathius/haskell-prototypes

Collection of haskell prototypes for future reference and learning.

haskell haskell-learning reactive-programming scotty snap spock wai yesod

Last synced: 17 Mar 2025