Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/haskell
- Wikipedia: https://en.wikipedia.org/wiki/Haskell_(programming_language)
- Repo: https://github.com/haskell
- Released: 1990
- Last updated: 2025-01-29 00:14:07 UTC
- JSON Representation
https://github.com/kiridi/inductive-haskell
Inductive Haskell
haskell inductive-learning inductive-program-synthesis program-synthesis
Last synced: 29 Jan 2025
https://github.com/carstenkoenig/gadtparser
parsing GADT-style expression trees
doctest generalized-algebraic-data-type haskell megaparsec parsing
Last synced: 28 Jan 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: 16 Nov 2024
https://github.com/prikhi/advent-of-code-2022
Advent of Code 2022 in Haskell
advent-of-code advent-of-code-2022 advent-of-code-2022-haskell haskell
Last synced: 17 Jan 2025
https://github.com/caneroj1/search
Search algorithms in Haskell
ai graph-search haskell search-algorithm
Last synced: 08 Dec 2024
https://github.com/kakkun61/yesod-relational-record
Using haskell-relational-record with Yesod.
Last synced: 18 Dec 2024
https://github.com/foxhound-systems/hashids-st
Reimplementation of Hashids using the ST monad
Last synced: 24 Jan 2025
https://github.com/johnnycrazy/battleskell
A online real-time battleship game, based on haskell and vuejs
haskell vuejs-frontend websocket yesod
Last synced: 30 Dec 2024
https://github.com/caneroj1/haskell-game-of-life
Brief Game of Life Implementation in Haskell
Last synced: 08 Dec 2024
https://github.com/prikhi/advent-of-code-2021
Advent of Code 2021 in Haskell
advent-of-code advent-of-code-2021 haskell
Last synced: 17 Jan 2025
https://github.com/satyajitghana/lambdacalculus
A repository that contains codes to various Lambda Calculus stuff i did when learning LambdaCalculus, mostly contains JavaScript and Python Code i believe
cpp haskell javascript lambda lambda-calculus lambdacalculus list-processing python
Last synced: 26 Dec 2024
https://github.com/prateekkumarweb/haskell-go-checkers
Go and checkers game in Haskell
Last synced: 23 Jan 2025
https://github.com/positiondev/larceny
An HTML5 templating language.
haskell html templating-language
Last synced: 15 Nov 2024
https://github.com/epicallan/eval-cso
Customer Service officer evaluation app backend - BETA
haskell persistent rest-api servant
Last synced: 18 Dec 2024
https://github.com/freakwill/fuckhaskell
☯ When I do it, I always say fuck Haskell.
algebra haskell monads options-parsing string
Last synced: 28 Nov 2024
https://github.com/oswald2/esa-space-protocols
A Haskell library for handling space protocols from ESA (CCSDS,PUS, ...)
ccsds esa haskell missioncontrol nctrs pus
Last synced: 16 Jan 2025
https://github.com/0xd34df00d/monad-metrics-extensible
Type-safe and extensible metrics monad over ekg
gadt haskell metrics monad type-safety
Last synced: 04 Dec 2024
https://github.com/keera-studios/enpuzzled
The new iOS & Android brain game - How clever are you?
android apple-store commercial enpuzzled functional-programming functional-reactive-programming game google-play haskell haskell-game ios multimedia yampa
Last synced: 13 Jan 2025
https://github.com/jbl428/learn-haskell-blog-generator
Learn Haskell by building a blog generator 한국어 번역
Last synced: 08 Dec 2024
https://github.com/jmackie/staskell
👷♀️ Nix helpers for building static Haskell executables
haskell nix static-link-binary
Last synced: 07 Dec 2024
https://github.com/ajeetdsouza/tic-tac-toe
A terminal-based tic-tac-toe game + AI
Last synced: 18 Dec 2024
https://github.com/taktoa/libsecret
Easy-to-use Haskell bindings for libsecret; wrapper around `gi-secret` (WIP).
Last synced: 22 Jan 2025
https://github.com/totallynotchase/intcode
The aoc2019 intcode interpreter written in haskell
aoc2019 haskell intcode-machine intcode-puzzle
Last synced: 28 Nov 2024
https://github.com/eloyekunle/haskell_snippets
Useful snippets and algorithms in Haskell
algorithms functional-programming hackerrank haskell
Last synced: 16 Dec 2024
https://github.com/0xd34df00d/edit-distance-linear
Levenshtein edit distance in linear memory (also turns out to be faster than C++)
edit-distance haskell levenshtein-distance
Last synced: 04 Dec 2024
https://github.com/aneeshdurg/browserhaskell
Right click on haskell code to play with it on chrome/chromium!
chrome chromium educational haskell
Last synced: 27 Jan 2025
https://github.com/hchasestevens/phonaesthemes
Automatic discovery of phonaesthemes using ConceptNet
Last synced: 12 Jan 2025
https://github.com/btipling/server
An HTTP server
haskell http http-server sockets tcp windows
Last synced: 25 Jan 2025
https://github.com/faculerena/algebra1haskell
Taller de algebra 1 - Principios de programacion funcional
Last synced: 12 Jan 2025
https://github.com/cu1ch3n/type-inference-zoo
Implementations collection for type inference algorithms
functional-programming haskell programming-languages type-inference zoo
Last synced: 19 Jan 2025
https://github.com/mrkkrp/liaison
Nix as a configuration language
configuration-language haskell nix
Last synced: 19 Jan 2025
https://github.com/mrkkrp/modern-path
Type-safe path and file system operations with batteries included
Last synced: 19 Jan 2025
https://github.com/meditans/unification-sop
Haskell package that implements typed terms with logical variables in a prolog-style
generic-programming haskell logic-programming prolog
Last synced: 24 Jan 2025
https://github.com/f3r10/ana-compiler
Compiler written on haskell based on the course Compiler Construction (UCSD CSE 131). Lisp with types
build-your-own compiler haskell lisp-dialect sexpression-language types
Last synced: 24 Jan 2025
https://github.com/piotrjustyna/programming-in-haskell
Programming in Haskell (second edition) exercises.
haskell haskell-book haskell-exercises haskell-learning haskell-tutorial programming-in-haskell
Last synced: 11 Jan 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: 11 Jan 2025
https://github.com/robbert-vdh/thesis
Annotating Deeply Embedded Languages - A master's thesis on extending deeply embedded languages with annotations, source mapping support, and custom compiler instructions
accelerate embedded-language haskell thesis utrecht-university
Last synced: 11 Jan 2025
https://github.com/jonschoning/swaggerpetstore-haskell-http-client
auto-generated haskell http-client bindings to SwaggerPetstore http://petstore.swagger.io/
haskell openapi-specification rest rest-api swagger swagger-codegen
Last synced: 19 Jan 2025
https://github.com/sternenseemann/emoji-generic
Haskell Emoji Library [WIP]
Last synced: 19 Jan 2025
https://github.com/btipling/machine-vm
A toy virtual machine written in Haskell
alu hardware-virtualization haskell virtual-machine vm
Last synced: 25 Jan 2025
https://github.com/deltaq-sd/deltaq
Haskell libraries for ∆Q Systems Development
haskell networking performance system-design
Last synced: 19 Jan 2025
https://github.com/ccntrq/starter-snake-haskell
A Haskell Battlesnake starter
Last synced: 19 Jan 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: 18 Jan 2025
https://github.com/steshaw/language-swift2-quote
💫 Swift 2.1 parser and pretty-printer 🚧💔😢
Last synced: 11 Jan 2025
https://github.com/webcpu/haskellswift
A functional library for Swift programmers
functional-programming haskell swift
Last synced: 12 Jan 2025
https://github.com/yurrriq/effective-haskell
Working though 'Effective Haskell' by Rebecca Skinner
Last synced: 18 Jan 2025
https://github.com/s0kil/ihp-nutrire
Application For Sharing Nutritional Guides
Last synced: 25 Jan 2025
https://github.com/srid/tagtree
Haskell library for representing hierarchical tags
Last synced: 27 Dec 2024
https://github.com/redneb/hubic-auth-swift
Swift v1 authentication for hubiC
Last synced: 19 Jan 2025
https://github.com/haskell-cryptography/cryptography-blake3
A wrapper around cryptography-blake3-bindings which is more Haskell-friendly
Last synced: 19 Jan 2025
https://github.com/srid/deux
Something something mind maps
dhall haskell reflex reflex-frp
Last synced: 27 Dec 2024
https://github.com/eatingtomatoes/tiger-compiler
A simple compiler for (modified) tiger language
Last synced: 18 Jan 2025
https://github.com/symtegration/symtegration
Haskell library for symbolic integration.
haskell mathematics symbolic-integration
Last synced: 19 Jan 2025
https://github.com/nicolast/hedgehog-stateful-demo
A demonstration of stateful systems testing using Hedgehog
haskell haskell-learning hedgehog property-based-testing property-testing quickcheck state-machine state-machine-testing testing
Last synced: 19 Jan 2025
https://github.com/thamugadi/hs-marie
Implementation of MARIE computer architecture in Haskell
emulator fp haskell marie marie-assembly-language
Last synced: 24 Jan 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: 19 Jan 2025
https://github.com/lsrcz/learning-haskell
Solutions to the book Haskell Programming from first principles.
haskell haskellbook learning learning-exercise learning-haskell
Last synced: 19 Jan 2025
https://github.com/sternenseemann/grav2ty
2d space flight game with realistic physics
2d game gloss haskell haskell-game physics simulation space
Last synced: 19 Jan 2025
https://github.com/aesiniath/docker.haskell
Build Haskell packages in a Docker container
Last synced: 05 Jan 2025
https://github.com/yvan-sraka/hs-bindgen-attribute
Handy macro to generate C-FFI bindings from Rust to Haskell.
Last synced: 27 Oct 2024
https://github.com/prikhi/mx-state-codes
ISO 3166-2:MX State Codes and Names
Last synced: 12 Oct 2024
https://github.com/Airsequel/graphql
Mirror of the "graphql" Haskell package
Last synced: 06 Dec 2024
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: 09 Dec 2024
https://github.com/matheusamazonas/cc_project
Compiler Construction Project
compiler compiler-construction haskell
Last synced: 21 Dec 2024
https://github.com/obsidiansystems/plaid
Haskell client for Plaid
api-client haskell plaid-api plaid-link reflex-frp
Last synced: 28 Dec 2024
https://github.com/aesiniath/tracer
Instrument shell scripts with traces and spans.
Last synced: 05 Jan 2025
https://github.com/athanclark/follow-file
follow a file - being notified with what's appended.
Last synced: 28 Dec 2024
https://github.com/vendethiel/bwstreams.hs
Fetches TL-listed afreecatv streams
afreeca afreecatv haskell starcraft teamliquid xml
Last synced: 27 Jan 2025
https://github.com/nicolasbrugneaux/hack-berry
Berry name generator
api api-server generator haskell random random-generation
Last synced: 16 Dec 2024
https://github.com/dmjio/advent-of-code-2019
Ho' ho' ho', all that code' code' code', merry christmas
Last synced: 16 Jan 2025
https://github.com/louisjenkinscs/functional-jvm-bytecode-interpreter
Proof-of-Concept Java Virtual Machine (JVM) Bytecode Interpreter written in Haskell
bytecode-interpreter functional-programming haskell interpreter java jvm jvm-bytecode proof-of-concept scala
Last synced: 20 Dec 2024
https://github.com/mbg/logstash
Haskell client library for logstash
elasticsearch elk haskell logger logging logstash
Last synced: 02 Nov 2024
https://github.com/avanov/nix-cabal-simplest
The simplest Nix + Cabal setup possible, for demo purposes.
Last synced: 14 Dec 2024
https://github.com/alx741/kaldi-gstreamer-server-haskell-client
kaldi-gstreamer-server haskell client
client gstreamer haskell kaldi
Last synced: 27 Dec 2024
https://github.com/wildhoney/typified
🗼An experimental implementation of first class functional types using pure ES at runtime, inspired by Haskell, PureScript and Idris.
declarations functional generics haskell idris purescript types typing
Last synced: 20 Dec 2024
https://github.com/dalpd/plumes-hs
A CLI tool to parse and plot simulation data exported from Visual Plumes
cli haskell parsing visual-plumes
Last synced: 27 Dec 2024
https://github.com/codiepp/cabal-dependencies
extract dependencies from a Haskell project (cabal files) and analyze with Prolog for direct and transitive dependencies among packages
Last synced: 21 Jan 2025
https://github.com/dmjio/persistent-generic
Generic facilities for working with Persistent classes
database generics ghc ghc-generics haskell persistent
Last synced: 16 Jan 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: 13 Dec 2024
https://github.com/turbomack/unix-recursive
Fast and flexible primitives for recursive file system IO on Posix systems
Last synced: 20 Dec 2024
https://github.com/epicallan/mini-servant
A mini haskell servant server clone for study purposes
haskell haskell-learning haskell-library servant
Last synced: 19 Jan 2025
https://github.com/neu-rah/algo
symbolic math / computer algebra experiments
algebra haskell math symbolic symbolic-computation
Last synced: 21 Dec 2024
https://github.com/athanclark/digestive-functors-lucid
Representation of digestive-functors for lucid
digestive-functors haskell html lucid
Last synced: 27 Oct 2024
https://github.com/turion/rhine-tutorial
A short presentation and tutorial app for the FRP framework Rhine (https://github.com/turion/rhine)
Last synced: 12 Oct 2024
https://github.com/basvandijk/bindings-levmar
Low level Haskell bindings to the C levmar (Levenberg-Marquardt) library
Last synced: 10 Oct 2024