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-29 00:14:59 UTC
- JSON Representation
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/cdboer/programmierung-ss19
📝 Übungsmaterialien für die Lehrveranstaltung Programmierung im Sommersemester 2019
functional-programming haskell imperative-programming lambda-calculus logic-programming prolog tu-dresden
Last synced: 28 Mar 2025
https://github.com/littlewhitecloud/helloworld-collections
This is a repository includes "Hello World!" and each exmaple is implemented by different languages
assembly c cplusplus go haskell havascript helloworld html java lisp lua objective-c php python ruby scheme smalltalk sql tcl v
Last synced: 30 Dec 2025
https://github.com/incredibledevhq/incredible-dev-videos
Incredible dev videos is the repository to collaborate on dev videos posted on Incredible Devs official youtube channel https://www.youtube.com/channel/UCyyaPS9hiS3PvTn2Jz_g9SA .
dart elasticsearch graphql haskell java matlab rust shell-script tensorflow tutorials videos
Last synced: 30 Dec 2025
https://github.com/fichtefoll/advent-of-code
Solutions for the Advent of Code puzzle Advent calendar (in Rust & Haskell)
advent-of-code advent-of-code-2017 advent-of-code-2018 haskell rust
Last synced: 29 Oct 2025
https://github.com/typeclasses/quaalude
A minimal Prelude alternative containing only what is truly needed by the vast majority of modules
haskell haskell-library prelude
Last synced: 13 Apr 2025
https://github.com/yukiisbored/jago
🐔 Simplified markup language to author HTML pages.
haskell html markup-language parsec
Last synced: 16 Dec 2025
https://github.com/eckyputrady/eckyputrady.github.io
Haskell-based static site generator for my personal website
blog haskell site-generator static
Last synced: 16 Dec 2025
https://github.com/basvandijk/bindings-levmar
Low level Haskell bindings to the C levmar (Levenberg-Marquardt) library
Last synced: 23 Jun 2025
https://github.com/mbg/logstash
Haskell client library for logstash
elasticsearch elk haskell logger logging logstash
Last synced: 08 May 2025
https://github.com/m-renaud/haddock-autolink
Sphinx (www.sphinx-doc.org) autolinker extension for Haddock references.
Last synced: 20 Jul 2025
https://github.com/aesiniath/tracer
Instrument shell scripts with traces and spans.
Last synced: 23 Feb 2025
https://github.com/kris701/vshaskelltools
A project to enable syntax highlighting, execution and light debugging of Haskell programs
Last synced: 19 Oct 2025
https://github.com/zmactep/emacsd
My emacsd configuration
configuration emacs emacs-configuration haskell
Last synced: 04 Apr 2025
https://github.com/drapegnik/rsschool-fp
:zap: Functional Programming Course
church-encoding fp functional-programming haskell lambda-calculus rolling-scopes-school
Last synced: 05 Apr 2025
https://github.com/basvandijk/explicit-iomodes-bytestring
Extends explicit-iomodes with ByteString operations
Last synced: 11 Apr 2025
https://github.com/slotthe/aoc-2021
moved to https://github.com/slotThe/advent
advent-of-code advent-of-code-2021 clojure emacs-lisp haskell
Last synced: 22 Jul 2025
https://github.com/kajizukataichi/pravda
A functional programming language that best of both worlds between Haskell and Lisp
dynamic-typing functional functional-paradigm functional-programming functional-programming-language haskell interpreter lambda-functions lisp new-language partial-application pattern-matching programming programming-language programming-languages pure recursion rust s-expressions
Last synced: 31 Oct 2025
https://github.com/imalsogreg/workerbee
Demo Servant application for Haskell DC
Last synced: 28 Mar 2025
https://github.com/battermann/cosmic-ray-api
Command API for Connect 4 service
Last synced: 29 Mar 2025
https://github.com/michalkonecny/mixed-types-num
Alternative to Haskell Prelude.Num, deriving types bottom-up
Last synced: 14 Apr 2025
https://github.com/nicolasbrugneaux/functional-javascript
Inspired by Haskell Prelude module, some helper functions.
curry haskell haskell-prelude javascript lodash underscore
Last synced: 15 Sep 2025
https://github.com/morucci/takoyaki
Experiment of some HTMX/Haskell WEB SPA(s)
Last synced: 04 Apr 2025
https://github.com/vyorkin/core-hs
:construction: :construction: :construction: Working through S.L.Peyton Jones, D.Lester: Implementing Functional Languages. A Tutorial, 1992 (using Haskell).
compilers functional haskell language
Last synced: 25 Dec 2025
https://github.com/fpinsight/hocilib
A lightweight Haskell binding to the OCILIB C API
Last synced: 09 Aug 2025
https://github.com/evanrelf/advent-of-code
My solutions to Advent of Code programming puzzles
Last synced: 29 Jul 2025
https://github.com/aneeshdurg/miranda-compiler
A haskell compiler from miranda to the lambda calculus
Last synced: 22 Sep 2025
https://github.com/nicolasbrugneaux/hack-berry
Berry name generator
api api-server generator haskell random random-generation
Last synced: 31 Jul 2025
https://github.com/simonmichael/hledgersnapshot
A temporary history-less snapshot of the "hledger" repo, small enough to be imported at https://repl.it
Last synced: 23 Sep 2025
https://github.com/typeclasses/scotty-path-normalizer
Scotty action to redirect to a normalized path (remove trailing slash, "..", etc.)
haskell haskell-library http-server
Last synced: 31 Jul 2025
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: 25 Dec 2025
https://github.com/yurrriq/pandoc-minted
A pandoc filter to render LaTeX code blocks using minted
haskell latex literate-programming minted nix pandoc pandoc-filter
Last synced: 04 Oct 2025
https://github.com/danielholmes/neural-net
Simple Neural Net implementation in Haskell
haskell machine-learning neural-net neural-network
Last synced: 13 Aug 2025
https://github.com/mcfilib/dropcure
Toy project demonstrating WebSockets in Haskell
Last synced: 23 Aug 2025
https://github.com/rudymatela/hello-haskell
Hello World! (in Haskell)
cabal example example-project haskell haskell-stack hello-world makefile sandbox stack
Last synced: 24 Aug 2025
https://github.com/fosskers/uss-endeavour
Core computation engine for the United Space Ship Endeavour.
extensible-effects freer-effects haskell
Last synced: 25 Aug 2025
https://github.com/kevindasilvas/klang
Klang is a strongly typed, with type inference, imperative and immutable programming language that transpiles to js.
compiler compilers haskell javascript klang programming-language programming-languages transpiler
Last synced: 25 Aug 2025
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/typeclasses/lazy-async
Asynchronous actions that don't start right away
concurrency haskell haskell-library
Last synced: 14 Apr 2025
https://github.com/mandarancio/nbodies
Haskell SDL2 , N Body simulation
body-simulation haskell haskell-learning sdl sdl2 simulation
Last synced: 22 Mar 2025
https://github.com/kkkaan/metu-ceng-thes
Some of the homeworks I have done at metu ceng.
bash c cpp haskell java prolog python quantum-computing verilog
Last synced: 15 Apr 2025
https://github.com/dmjio/advent-of-code-2019
Ho' ho' ho', all that code' code' code', merry christmas
Last synced: 16 Jun 2025
https://github.com/hapytex/css-selectors
A library for parsing, manipulating, and rendering css selectors (not css files, just the selectors).
css-selector haskell quasiquoter
Last synced: 15 Apr 2025
https://github.com/srid/tagtree
Haskell library for representing hierarchical tags
Last synced: 29 Jun 2025
https://github.com/sudha247/nptel-introduction-to-haskell-programming
All my code working through the course and exercises
Last synced: 15 Apr 2025
https://github.com/natserract/lamblichus
Functors macros in Elixir inspired from haskell, and purescript
elixir functors haskell macro metaprogramming
Last synced: 04 Apr 2025
https://github.com/unclechu/crop-detector
Utility that finds cropped image coordinates inside original image
Last synced: 07 Nov 2025
https://github.com/bkomuves/combinat
Generate and manipulate various combinatorial objects
Last synced: 18 Jun 2025
https://github.com/v0d1ch/serviette-backend
Haskell backend using serviette library
haskell serviette serviette-backend yesod
Last synced: 26 Dec 2025
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: 26 Feb 2025
https://github.com/herulume/galculator
A functional prototype of a Galois-connection based proof assistant
category-theory galois-connection haskell proof-assistant
Last synced: 15 Mar 2025
https://github.com/athanclark/wai-transformers
Simple parameterization of Wai's Application type
Last synced: 15 Nov 2025
https://github.com/prikhi/nand2tetris
Working Through Nand2Tetris Projects in Haskell
haskell nand2tetris nand2tetris-assignments nand2tetris-projects
Last synced: 06 Mar 2025
https://github.com/vrom911/common-stanzas-example
Example project to demonstrate the common stanzas feature
cabal common-stanzas dhall haskell haskell-examples
Last synced: 05 Jul 2025
https://github.com/ruby0b/sqlite-simple-interpolate
Safe interpolated SQLite queries in Haskell
database haskell sqlite string-interpolation
Last synced: 01 Jul 2025
https://github.com/eggzilla/taxonomy
Haskell cabal Taxonomy libary contains tools, parsers, datastructures and visualisation for the NCBI (National Center for Biotechnology Information) Taxonomy datasources.
bioinformatics datastructures haskell taxonomy visualisation
Last synced: 07 Apr 2025
https://github.com/jakubgrobelny/brainfrick
Optimizing compiler for brainfuck
brainfuck compiler compilers haskell programming-language programming-languages toy-project transpiler
Last synced: 07 Apr 2025
https://github.com/infinisil/arvy
Bachelor thesis on Arvy Heuristics for Distributed Mutual Exclusion
bachelor-thesis distributed-computing haskell mutual-exclusion nix
Last synced: 16 May 2025
https://github.com/neu-rah/algo
symbolic math / computer algebra experiments
algebra haskell math symbolic symbolic-computation
Last synced: 07 Apr 2025
https://github.com/matrixai/hs-http2stream
A HTTP2 Multiplexer for Haskell designed for LibP2P
haskell http2 libp2p multiplexer
Last synced: 17 Mar 2025
https://github.com/stla/owen
Evaluation of the Owen T-function and the Owen Q-function.
Last synced: 31 Mar 2025
https://github.com/taktoa/liquid-regex
Some experiments with regular expressions and LiquidHaskell
experimental haskell liquidhaskell regex
Last synced: 15 Mar 2025
https://github.com/bradrn/cellular-automata
A Haskell library for cellular automata
cellular-automata cellular-automaton cellular-automatons haskell haskell-library library
Last synced: 31 Mar 2025
https://github.com/aionescu/toy-language-interpreter
Toy Language Interpreter
haskell interpreter java rust toy-language
Last synced: 24 Mar 2025
https://github.com/abhiroop/snape
A distributed scheduler. [WIP]
distributed-computing haskell parallel-computing
Last synced: 18 Mar 2025
https://github.com/sectore/tick-tock-tui
Get latest Bitcoin data in your terminal: fees, blocks, ratio and prices including a price converter.
Last synced: 11 Jun 2025
https://github.com/matsubara0507/scrapbook
this is cli that collect posts of site that is wrote in config yaml using feed or scraping.
Last synced: 22 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/alhassy/design-patterns-higher-order
Notes & implementations of the code within Jeremy Gibbons' ``Design Patterns as Higher-Order Datatype-Generic Programs''; notably focus on multibranching trees and their BDS.
cheatsheet design-patterns haskell higher-order-functions java
Last synced: 24 Apr 2025
https://github.com/justinlovinger/collage
Create a collage of semi-random images
Last synced: 16 Jul 2025
https://github.com/sternenseemann/grav2ty
2d space flight game with realistic physics
2d game gloss haskell haskell-game physics simulation space
Last synced: 13 Jun 2025
https://github.com/chris-martin/rory
Rory is a tool for deploying artifacts to a server.
haskell haskell-application server
Last synced: 21 Jan 2026
https://github.com/chrispenner/eve-cli
Terminal event handlers and rendering for `eve` programs
Last synced: 09 Apr 2025
https://github.com/jpvillaisaza/pocket-haskell
Haskell bindings for the Pocket API
Last synced: 27 Apr 2025
https://github.com/simeonhristov99/fp_cs_24-25
Practice sessions of group 1 for the course "Functional Programming" in the Faculty of Mathematics and Informatics, Sofia University.
functional-programming haskell higher-order-functions lambda-functions lazy-evaluation racket recursion
Last synced: 05 Sep 2025
https://github.com/573/static-haskell-cross-nix
Collection of articles / notes regarding cross compilation of static binaries (haskell) via nix
aarch64 cross-compile cross-platform haskell nix
Last synced: 01 Nov 2025
https://github.com/cimmanon/mysqlnothx
A MySQL to PostgreSQL dump file converter written in Haskell
Last synced: 08 Dec 2025
https://github.com/sekunho/postgres-effectful
effectful bindings for postgresql
Last synced: 10 Jan 2026
https://github.com/avanov/amazonka-contrib-rds-utils
A Haskell equivalent of "aws rds generate-db-auth-token" CLI utility built on top of "amazonka" library.
amazonka aws aws-sdk awscli awscliv2 haskell haskell-application haskell-library rds
Last synced: 09 Oct 2025
https://github.com/ip2location/ip2proxy-haskell
IP2Proxy Haskell package allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.
haskell ip2proxy ip2proxy-haskell open-proxies proxy-database tor-exits web-proxies
Last synced: 10 Oct 2025
https://github.com/taktoa/wai-middleware-preprocessor
WAI middleware for static file preprocessors
Last synced: 11 Oct 2025
https://github.com/haskell-miso/miso-reactive
💥 An example of using reactivity in miso to synchronize Component state
frp haskell miso reactive-programming reactivity
Last synced: 22 Oct 2025