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

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.

https://github.com/stlaz/psinterpreter

A university project Pascal interpreter written in Haskell, shared for fun

haskell interpreter

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/ajm188/conway

game of life in haskell

conway haskell

Last synced: 27 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

differential-privacy haskell

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

compiler haskell transpiler

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

haskell nix

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/pmiddend/hs-asapo

Haskell bindings for ASAP:O

asapo haskell hpc

Last synced: 16 Dec 2025

https://github.com/nicolasbrugneaux/training-haskell

Repo to not lose shit

haskell learning

Last synced: 03 Apr 2025

https://github.com/scott-fleischman/haskell-reeves

A utility for my common shell tasks

haskell shell shell-util

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

haskell

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/pwhiddy/hasktrace

A simple raytracer in haskell

3d graphics haskell raymarch raytracer

Last synced: 20 Mar 2025

https://github.com/dmvianna/conduit-patents

parsing addresses out of free text

conduit csv exercise haskell

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. 🚀

haskell haskell-exercises

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)

database haskell redis

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

haskell mathematics

Last synced: 10 Jul 2025

https://github.com/phunehehe/foomail

Mirror of https://gitlab.com/phunehehe/foomail

haskell webmail

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/mgajda/haskell-build-images

haskell-build-images

ci docker haskell

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/414owen/multi-except

Haskell Applicative Exception type that supports multiple exceptions reported by one computation

applicative haskell

Last synced: 30 Aug 2025

https://github.com/gaprogman/hi-n

Code listings for the Esoteric Language Hi\n

c cplusplus csharp haskell java javascript php python ruby rust

Last synced: 30 Dec 2025

https://github.com/kakkun61/c-invokes-haskell

The sample of the FFI from C (GCC) to Haskell (GHC)

c ffi haskell

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/jw3126/lisph

Lisp interpreter written in Haskell

haskell interpreter lisp toy-language

Last synced: 05 Apr 2025

https://github.com/athanclark/every

Run an IO action every so often.

haskell invoke-and-wait timer

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/pppset

pandoc-page-preset

haskell pandoc tex

Last synced: 05 Apr 2025

https://github.com/ncaq/pandoc-autocomplete-caption

pandoc autocomplete caption extension

deprecated haskell pandoc

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

haskell template-haskell

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/accursoft/haskell-cloud-template

Template application for Haskell Cloud

haskell openshift

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/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/colemangariety/euler.hs

Haskell solutions to Project Euler problems.

computer-science haskell project-euler

Last synced: 20 Jun 2025

https://github.com/CleverCloud/demo-haskell

Run Haskell on Clever Cloud

clevercloud-example haskell

Last synced: 11 Jul 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/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

docker haskell haskell-docker

Last synced: 13 Jul 2025

https://github.com/kakkun61/postgresql-pure

a PostgreSQL client library implemented with pure Haskell

haskell postgresql

Last synced: 14 Jul 2025

https://github.com/na9da/haskell-justext

Tool for removing boilerplate from HTML pages

haskell justext library

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/japiirainen/lines

CLI tool for counting lines of any project. Built in Haskell.

cli haskell

Last synced: 17 Jul 2025

https://github.com/pmiddend/myocardio

An ncurses tool magically generating workout plans

brick cabal cli fitness haskell ncurses nix

Last synced: 18 Jul 2025

https://github.com/obsidiansystems/snap-stream

Snap handlers for streaming access with range requests

haskell range-requests snap

Last synced: 18 Jul 2025

https://github.com/rst0git/hangman-game-haskell

Implementation of the game Hangman in Haskell

hangman-game haskell

Last synced: 18 Jul 2025

https://github.com/elliothux/learninghaskell

Teach myself haskell

haskell

Last synced: 19 Jul 2025

https://github.com/minimal/wakafetch

Do things with wakatime & beeminder in haskell

beeminder haskell wakatime

Last synced: 23 Jun 2025

https://github.com/zachratliff22/EulerSpigot

Euler's Constant digit generation

euler go haskell

Last synced: 28 Aug 2025

https://github.com/matsubara0507/whoami

Generate my "who am i" using Haskell.

haskell haskell-application

Last synced: 28 Mar 2025