Haskell
Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don’t have to declare them), lazy (nothing is done until it needs to be) language.
- GitHub: https://github.com/topics/haskell
- Wikipedia: https://en.wikipedia.org/wiki/Haskell_(programming_language)
- Repo: https://github.com/haskell
- Released: 1990
- Last updated: 2026-01-31 00:15:08 UTC
- JSON Representation
https://github.com/stlaz/psinterpreter
A university project Pascal interpreter written in Haskell, shared for fun
Last synced: 18 Mar 2025
https://github.com/CPScript/ECDH
A chat client made in HASKELL that uses the "Elliptic Curve Diffie-Hellman (ECDH) key exchange protocol" to establish a secure connection between two users. This is a one file script that includes a server and a user client and allows multiple users to message secrets using SHA-256 and AES-256 for encription and decryption.
chat-application chat-client ecdh encrpytion haskell http-encrypt
Last synced: 03 Apr 2025
https://github.com/stephanakkerman/asteroids
A replication of the game 'Asteroids' written in Haskell
asteroids asteroids-game game game-development haskell
Last synced: 18 Mar 2025
https://github.com/abhiroop/lift-vector
Vector data types and polymorphic SIMD functions for Haskell
haskell parallel-programming performance vectorization
Last synced: 18 Mar 2025
https://github.com/kirelagin/cerise
Coupled relational symbolic execution analysis for differential privacy
Last synced: 27 Mar 2025
https://github.com/tttardigrado/goadt
Algebraic Data Types generator for the Go programming language
adt algebraic-data-types code-generator functional-go functional-programming go-generate golang golang-tools haskell
Last synced: 03 Apr 2025
https://github.com/mzguntalan/reassembler
[WIP] mini language and optimizing compiler to teach myself about compilers and programming language making
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol5
Exámenes de programación funcional con Haskell. Vol. 5 (Curso 2013-14)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/siriuscourses/nix-pkgs-generator
Generator for the common haskell nix overlay
Last synced: 29 Oct 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol1
Exámenes de programación funcional con Haskell. Vol. 1 (Curso 2009-10)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol7
Exámenes de programación funcional con Haskell. Vol. 7 (Curso 2015-16)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol3
Exámenes de programación funcional con Haskell. Vol. 3 (Curso 2011-12)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol8
Exámenes de programación funcional con Haskell. Vol. 8 (Curso 2016-17)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol4
Exámenes de programación funcional con Haskell. Vol. 4 (Curso 2012-13)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol2
Exámenes de programación funcional con Haskell. Vol. 2 (Curso 2010-11)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/jaalonso/examenes_de_pf_con_haskell_vol9
Exámenes de programación funcional con Haskell. Vol. 9 (Curso 2017-18)
functional-programming haskell teaching
Last synced: 27 Mar 2025
https://github.com/steven0351/haskell-vscode-devcontainer
VSCode devcontainer configuration with GHC, Stack, and HIE
devcontainer development-environment glasgow-haskell-compiler haskell haskell-ide-engine haskell-stack language-server-protocol
Last synced: 04 Jul 2025
https://github.com/scott-fleischman/haskell-reeves
A utility for my common shell tasks
Last synced: 28 Mar 2025
https://github.com/figome/haskell-sqlcipher
A Simple SQLCipher library for Haskell
encrypted haskell sqlcipher sqlite
Last synced: 20 Mar 2025
https://github.com/keera-studios/missingk
A collection of types and definitions that are useful and missing in other Keera libraries
Last synced: 09 Jul 2025
https://github.com/orlandopalmeira/trabalho-cp-2022-2023
Repositório do trabalho prático no âmbito da UC de Cálculo de Programas (CP) - Licenciatura em Engenharia Informática (LEI/MIEI) - Universidade do Minho (UMinho)
calculo-de-programas cp engenharia-informatica haskell lcc lei licenciatura-engenharia-informatica miei portugal uminho uminho-lcc uminho-lei uminho-miei
Last synced: 20 Mar 2025
https://github.com/dmvianna/conduit-patents
parsing addresses out of free text
Last synced: 09 Jul 2025
https://github.com/b4ytimur/haskell-uebungen
Dieses Repository enthält eine Sammlung von Haskell-Übungsaufgaben zur Klausurvorbereitung, unterteilt in basics, stufe1 (mittelschwere Aufgaben), stufe2 (fortgeschrittene Aufgaben) und fortgeschritten (Funktoren, Monaden, IO). Enthält Unit-Tests zur Überprüfung der Lösungen. 🚀
Last synced: 21 Mar 2025
https://github.com/kutyel/haskell-challenge-1
My Haskell solution to a data science challenge. 👨🔬
data-science haskell haskell-exercises
Last synced: 27 Mar 2025
https://gitlab.com/twittner/redis-resp
Implementation of REdis Serialization Protocol (RESP)
Last synced: 11 Apr 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/bocaletto-luca/multilanguage-test-example
Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..
bocaletto-luca c cpp csharp css3 fsharp go haskell html5 java javascript kotlin python ruby rust scala swift swift5 typescript
Last synced: 30 Dec 2025
https://github.com/opqdonut/ramanujan
Lazy infinite stream of Ramanujan numbers in Haskell
Last synced: 10 Jul 2025
https://github.com/phunehehe/foomail
Mirror of https://gitlab.com/phunehehe/foomail
Last synced: 03 Apr 2025
https://github.com/etesam913/parvarys
⚡️ A parallel implemention of the Varys algorithm coded in Haskell.
haskell parallel-programming scheduling scheduling-algorithms
Last synced: 04 Apr 2025
https://github.com/thma/generic-persistence-demo
this project contains some usage demos of the generic-persistence library
generics haskell hdbc persistence persistence-api persistence-layer
Last synced: 04 Apr 2025
https://github.com/cdepillabout/xml-indexed-cursor
Indexed XML cursors similar to Text.XML.Cursor from xml-conduit
cursor haskell indexed-cursor xml xml-conduit xml-cursor
Last synced: 04 Apr 2025
https://github.com/yaphott/unified-regex
Comparing regex character matching in multiple languages.
cpp go golang haskell java javascript objective-c perl php python python3 regex regex-match regex-pattern ruby rust scala
Last synced: 30 Dec 2025
https://github.com/smichel17/yesod-perf-test
Experiment with improving the development experience in Yesod— primarily, speeding up incremental compilation for frontend changes.
compile-time developer-tools haskell profiling yesod
Last synced: 04 Apr 2025
https://github.com/msvbg/p
Simple password management tool
haskell password password-manager passwords
Last synced: 06 May 2025
https://github.com/iand675/wanikani-bitbar
Wanikani toolbar for OS X
bitbar bitbar-plugin haskell japanese-language kanji wanikani
Last synced: 04 Apr 2025
https://github.com/414owen/multi-except
Haskell Applicative Exception type that supports multiple exceptions reported by one computation
Last synced: 30 Aug 2025
https://github.com/kakkun61/c-invokes-haskell
The sample of the FFI from C (GCC) to Haskell (GHC)
Last synced: 05 Apr 2025
https://github.com/siraben/functional-images
Replicating the Functional Images paper by Conal Elliott using Haskell, C and SDL2.
c functional-reactive-programming haskell sdl2
Last synced: 05 Apr 2025
https://github.com/thyeem/longshot
Fast Brute-force search using parallelism
brute-force-attacks cryptography haskell parallelism
Last synced: 06 May 2025
https://github.com/ashwinvis/experiments-with-haskell
A journal for the journey to enlightenment
advent-of-code functional-programming haskell jupyter-notebook lambda-calculus learn-you-a-haskell
Last synced: 05 Apr 2025
https://github.com/jw3126/lisph
Lisp interpreter written in Haskell
haskell interpreter lisp toy-language
Last synced: 05 Apr 2025
https://github.com/lovasko/paint
:art: Colorization of text for command-line utilities
ansi-colors ansi-escape-codes color haskell text
Last synced: 05 Apr 2025
https://github.com/ncaq/pandoc-autocomplete-caption
pandoc autocomplete caption extension
Last synced: 05 Apr 2025
https://github.com/zoedsoupe/functional_programming_basics
Repositório que abriga meus estudos pessoais em programação funcional, com foco em Haskell
algoritmos algoritmos-funcionais begginer begginer-friendly brasil ciencia-da-computacao computer-science functional-algorithms functional-programming haskell programming pt-br
Last synced: 05 Apr 2025
https://github.com/yvan-sraka/kombucha
Simple aliases collection for YeAST
aliases buildtools haskell shell yeast
Last synced: 05 Apr 2025
https://github.com/obsidiansystems/dependent-sum-template
Template Haskell code to generate instances of classes in some package
Last synced: 12 Apr 2025
https://github.com/mateuszkubuszok/jupyterdockerpack
Jupyter Lab with few predefined kernels.
clojure cpp docker-image haskell jupyterlab python ruby scala
Last synced: 10 Jul 2025
https://github.com/freakwill/benchmarks
benchmarks
benchmarks coffeescrpt crystal go haskell java javascript julia lua moonscript python ruby
Last synced: 30 Dec 2025
https://github.com/accursoft/haskell-cloud-template
Template application for Haskell Cloud
Last synced: 11 Jul 2025
https://github.com/jirilojda/mau-mau-server
WS server for the Mau-Mau game written in Haskell
game haskell multiplayer stack websocket-server
Last synced: 29 Oct 2025
https://github.com/nakaji-dayo/hs-swisstable
Haskell implementation of Google's SwissTable hash map
hashmap hashtable haskell simd swisstable
Last synced: 17 Jun 2025
https://github.com/phoityne/pms-infrastructure
pms-infrastructure
ai caba clean-architecture ghc ghic haskell mcp onion-architecture pty
Last synced: 19 Jun 2025
https://github.com/memowe/uptime-dick
Uptime days visualization tool
command-line-tool haskell reporting system-info
Last synced: 07 Jul 2025
https://github.com/hapytex/any-pat
Quasiquoters that act on a sequence of patterns and compiles these view into patterns and expressions.
haskell pattern-matching patterns quasiquoter
Last synced: 19 Jun 2025
https://github.com/aherrmann/example_servant_elm_bazel
bazel elm-lang haskell servant
Last synced: 29 Jun 2025
https://github.com/colemangariety/euler.hs
Haskell solutions to Project Euler problems.
computer-science haskell project-euler
Last synced: 20 Jun 2025
https://github.com/unclechu/hakey
Software-level advanced keyboard customization tool
dhall evdev haskell keyboard keyboard-emulation keyboard-layout linux
Last synced: 21 Jun 2025
https://github.com/robert19066/marker-ide
An IDE,with over 30 programing langauges!
appimage codemirror-editor debian-packages haskell html js linux lua nsis php piston-api portable python ts typescript web windows
Last synced: 22 Jun 2025
https://github.com/taktoa/pendulum
A simulation of a pendulum using Lagrangian mechanics, written in Haskell (WIP)
control-theory haskell kinematics
Last synced: 23 Jun 2025
https://github.com/matthew-mosior/software-setup-guides
Clear, concise and useful guides for setting up IDE's, Code Editors, etc.
haskell installation markdown vscode vscode-extension walkthrough
Last synced: 23 Jun 2025
https://github.com/alextanhongpin/haskell-docker
Dockerizing your haskell app
Last synced: 13 Jul 2025
https://github.com/cyberfined/higer
Tiger compiler written in haskell
compiler haskell imperative-language tiger-compiler tiger-language
Last synced: 13 Jul 2025
https://github.com/kakkun61/postgresql-pure
a PostgreSQL client library implemented with pure Haskell
Last synced: 14 Jul 2025
https://github.com/na9da/haskell-justext
Tool for removing boilerplate from HTML pages
Last synced: 14 Jul 2025
https://github.com/byteally/hedgehog-gen
Customizable Gen for ADT using Generics
haskell hedgehog property-testing
Last synced: 16 Jul 2025
https://github.com/cristeahub/hvilken
CLI to give you the current week number.
cli command-line hacktoberfest haskell week weeknumber
Last synced: 16 Jul 2025
https://github.com/cidem/aoc2018
Advent of Code 2018
advent-of-code advent-of-code-2018 adventofcode aoc aoc2018 cli haskell optparse-applicative rust
Last synced: 17 Jul 2025
https://github.com/japiirainen/lines
CLI tool for counting lines of any project. Built in Haskell.
Last synced: 17 Jul 2025
https://github.com/obsidiansystems/snap-stream
Snap handlers for streaming access with range requests
Last synced: 18 Jul 2025
https://github.com/wtanaka/ansible-role-alex
Ansible role to install Alex, A lexical analyser generator for Haskell
alex ansible ansible-galaxy ansible-role ansible-roles galaxy generating-lexical-analysers haskell lex lexer lexer-generator lexical lexical-analysis lexical-analyze lexing
Last synced: 03 Aug 2025
https://github.com/rst0git/hangman-game-haskell
Implementation of the game Hangman in Haskell
Last synced: 18 Jul 2025
https://github.com/emanuelec/haskell_ex
Repository for some haskell exercises
functional-languages haskell haskell-exercises haskell-learning parser unipd university
Last synced: 23 Feb 2025
https://github.com/minimal/wakafetch
Do things with wakatime & beeminder in haskell
Last synced: 23 Jun 2025
https://github.com/zachratliff22/EulerSpigot
Euler's Constant digit generation
Last synced: 28 Aug 2025
https://github.com/matsubara0507/whoami
Generate my "who am i" using Haskell.
Last synced: 28 Mar 2025