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-16 00:14:25 UTC
- JSON Representation
https://github.com/simonmichael/haskell-finance
Notes on Haskell programming language-related finances.
finance haskell hledger plaintext-accounting
Last synced: 15 Dec 2024
https://github.com/rodrigobotti/haskell-for-imperative-programmers
Code built from watching the "Haskell for Imperative Programmers" series of lessons on Youtube
Last synced: 30 Nov 2024
https://github.com/philzook58/basic-ass-shit
Simple Examples to show Haskell can do normal stuff too
Last synced: 11 Nov 2024
https://github.com/caneroj1/sqlite-simple-errors
Light wrapper around errors from sqlite-simple to make working with constraint errors a bit easier.
Last synced: 08 Dec 2024
https://github.com/azur1s/atacamite
An interpreted stack-based programming language
haskell proglangs-discord programming-language stack-based-language
Last synced: 10 Dec 2024
https://github.com/gbrsales/cabal-appimage
Cabal support for creating AppImage applications
Last synced: 13 Nov 2024
https://github.com/toktok/hs-github-tools
Small GitHub utilities like pull-status and changelog generator
Last synced: 17 Nov 2024
https://github.com/athanclark/pred-trie
predicative lookup container
haskell lookup parametric-polymorphism predicates trie
Last synced: 11 Nov 2024
https://github.com/athanclark/ws
A simple websocket CLI tool
command-line-tool haskell websocket-client
Last synced: 28 Dec 2024
https://github.com/prikhi/bodyweight-server
A Haskell REST Server for a BodyWeight Workout Log Application.
Last synced: 11 Oct 2024
https://github.com/prikhi/hkredmine
A Redmine CLI Client and API Library Written in Haskell.
cli haskell redmine redmine-cli-client
Last synced: 11 Oct 2024
https://github.com/turbolent/duckling-docker
Duckling as a Docker container
Last synced: 19 Oct 2024
https://github.com/dcastro/twenty48
An AI for the 2048 game using minimax and alpha-beta pruning, as described by John Hughes in the paper "Why Functional Programming Matters". The AI was written in Haskell and runs in a Yesod backend.
Last synced: 11 Oct 2024
https://github.com/jasonzhu1313/interactiveexpressionparser
This project focus on using functional programing to parse the expression, I use Haskell to develop an interactive expression parser using a lot of features of Haskell, you can use haskell compiler such as GHCI to run the program, Let's begin.
expression-evaluator functional-programming ghci haskell haskell-compiler interactive parse
Last synced: 27 Oct 2024
https://github.com/lettier/matrix-inverse-calculator
Input a square matrix and calculate its inverse if possible.
functional-programming haskell interactive javascript matrix-math purescript
Last synced: 30 Oct 2024
https://github.com/kakkun61/either-result
The simplest ’MonadFail’ instance
Last synced: 27 Oct 2024
https://github.com/mrkkrp/plan-b
*DEPRECATED* Failure-tolerant file and directory editing for Haskell
Last synced: 12 Oct 2024
https://github.com/peti/distribution-opensuse
Types, functions, and tools to manipulate the openSUSE distribution.
distribution haskell haskell-library
Last synced: 12 Oct 2024
https://github.com/dahlia/bencodex-haskell
Bencodex reader/writer for Haskell
Last synced: 05 Jan 2025
https://github.com/eggzilla/cmv
Visualize HMMs, CMs and their comparisons
bioinformatics covariance-model haskell hidden-markov-model protein protein-family rna rna-family visualisation
Last synced: 03 Nov 2024
https://github.com/matt-snider/dict.cc
A command line interface tool for accessing dict.cc written in Haskell.
cli command-line dict english german haskell translation
Last synced: 07 Nov 2024
https://github.com/ixmatus/fswait
Wait and observe events on the filesystem for a path, with a timeout
Last synced: 28 Oct 2024
https://github.com/takenobu-hs/processor-creative-kit
haskell prrocessor-creative-kit
Last synced: 07 Nov 2024
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: 17 Oct 2024
https://github.com/agrafix/grabcite
Haskell: Library/Executable to extract citations from scientific papers
citation extraction haskell nlp paper text
Last synced: 12 Oct 2024
https://github.com/typeclasses/aws-cloudfront-signed-cookies
Generate signed cookies for AWS CloudFront
aws aws-cloudfront command-line-tool haskell haskell-application haskell-library rsa-signature
Last synced: 05 Dec 2024
https://github.com/zoedsoupe/curlit
Programming languages snippets for simple HTTP requests!
begginer-friendly elixir haskell http javascript nodejs python ruby
Last synced: 30 Oct 2024
https://github.com/metric-space/hex-chessboard-generator
Hexagonal Chessboard Image Generator
diagrams haskell hexagonal-chessboard
Last synced: 07 Nov 2024
https://github.com/typeclasses/invert
Automatically generate a function’s inverse
functions haskell haskell-library
Last synced: 05 Dec 2024
https://github.com/bts/free-transformers
Experimenting with "free transformers" in Haskell
effects free free-monad haskell interpreter modularity onion-architecture
Last synced: 11 Oct 2024
https://github.com/ix/notewell
A declaratively-built cross-platform Markdown editor written in Haskell.
cross-platform declarative-ui gfm gi-gtk github-flavored-markdown gtk haskell markdown
Last synced: 01 Nov 2024
https://github.com/ento/worker-haskell-template
Wrangler template for a Cloudflare Workers + Haskell (Asterius) project
asterius cloudflare-workers haskell
Last synced: 15 Nov 2024
https://github.com/typeclasses/options
Powerful and easy command-line option parser
command-line-parser haskell haskell-library
Last synced: 05 Dec 2024
https://github.com/anton-latukha/haskell-programming-from-first-principles-exercises
Consists of QUALITY BELABORING of EVERY EXERCISE in the chapters {1-18,26} (~1400 pages) of the "Haskell book" ("Haskell Programming from First Principles"). With literate comments. Additionally notable for use of Nix for exercise projects.
haskell haskell-book haskell-from-first-principles haskell-nix learning-by-doing nix
Last synced: 14 Oct 2024
https://github.com/csabahruska/dsl-experiment
Basic implementation of Hindley-Milner Type System and variants.
functional-programming haskell hindley-milner parser type-checker
Last synced: 14 Oct 2024
https://github.com/fumieval/word-compat
Compatibility shim for GHC's small integer primitives
Last synced: 15 Oct 2024
https://github.com/typeclasses/dsv
DSV (delimiter-separated values)
csv delimiter-separated-fields haskell haskell-library
Last synced: 05 Dec 2024
https://github.com/athanclark/websockets-rpc
A simple subscription-esque RPC mechanism using WebSockets
haskell rpc-call websockets websockets-rpc
Last synced: 28 Dec 2024
https://github.com/chris-martin/text-replace
Perform simple replacements in a text file, using a list of search/replace pairs
command-line-tool haskell haskell-application haskell-library text-processing
Last synced: 28 Oct 2024
https://github.com/evanrelf/haskell-template
Template for my Haskell + Nix projects
Last synced: 28 Oct 2024
https://github.com/tfausak/ratel-wai
:honey_pot: Notify Honeybadger about exceptions via a WAI middleware.
Last synced: 11 Oct 2024
https://github.com/kadena-community/bag-of-holding
A terminal wallet for the Kadena Public Blockchain (Chainweb).
Last synced: 23 Nov 2024
https://github.com/matsubara0507/test-extensible
Haskell の extensible パッケージのテストリポジトリ
Last synced: 19 Oct 2024
https://github.com/vaclavsvejcar/vcs-ignore
📜 Haskell library handling files ignored by VCS
git haskell haskell-library vcs
Last synced: 19 Oct 2024
https://github.com/basvandijk/usb-example
Example how to use the usb library
Last synced: 07 Nov 2024
https://github.com/mrkkrp/lame
A high-level Haskell binding to the LAME encoder
Last synced: 28 Oct 2024
https://github.com/dylex/haskell-nfs
Haskell NFS libraries including ONC (Sun) RPC and NFSv4 Client
Last synced: 23 Nov 2024
https://github.com/int-index/mirea-haskell-lectures
Код по Haskell-лекциям в МИРЭА
Last synced: 10 Oct 2024
https://github.com/airsequel/oclis
The obvious CLI specification format. You define the spec, Oclis generates the code! Support for PureScript so far. PRs for more languages appreciated!
argparse cli cli-spec docopt elm haskell nickel optparse optparse-applicative polyglot purescript rust specification
Last synced: 12 Oct 2024
https://github.com/prikhi/wai-middleware-clacks
Add An "X-Clacks-Overhead" Header To Wai Responses.
clacks discworld gnu-terry-pratchett haskell header middleware wai x-clacks-overhead
Last synced: 11 Oct 2024
https://github.com/joom/herbrand-prolog
A pseudo-Prolog that tries to answer queries by building the least Herbrand model.
Last synced: 11 Jan 2025
https://github.com/mbg/wai-saml2
WAI middleware implementing SAML2
haskell haskell-library saml-service-provider saml2
Last synced: 02 Nov 2024
https://github.com/fgaz/shine-varying
FRP interface for shine
frp graphics hacktoberfest haskell
Last synced: 14 Oct 2024
https://github.com/composite-hs/composite
Integrations with Vinyl/Frames records.
aeson ekg haskell haskell-library opaleye vinyl
Last synced: 08 Nov 2024
https://github.com/kitlangton/eulerplate
A tool for generating Haskell boilerplate for solving Hacker Rank challenges.
Last synced: 27 Oct 2024
https://github.com/typeclasses/hex-text
Encode a ByteString as a hexidecimal Text value, or decode hexidecimal Text as a ByteString.
haskell haskell-library hexidecimal serialization text
Last synced: 20 Oct 2024
https://github.com/nydragon/glados-2023
A Scheme interpreter in Haskell.
haskell scheme scheme-interpreter
Last synced: 18 Oct 2024
https://github.com/adelsz/mnotify
Minimal D-Bus notification daemon
dbus freedesktop haskell notification x11 xmonad
Last synced: 08 Jan 2025
https://github.com/minad/quickcheck-special
Edge cases and special values for QuickCheck Arbitrary instances
Last synced: 13 Oct 2024
https://github.com/agrafix/stripe-hs
Unofficial (and Incomplete) Stripe Haskell Bindings
haskell payments stripe stripe-api
Last synced: 12 Oct 2024
https://github.com/brandonchinn178/hpc-lcov
Convert HPC coverage output to LCOV format
Last synced: 28 Oct 2024
https://github.com/prikhi/sleepanarchy
The PureScript Frontend & Haskell Backend That Powers the SleepAnarchy.com Blog
blog docker docker-compose haskell haskell-servant molokai purescript purescript-halogen website
Last synced: 11 Oct 2024
https://github.com/futtetennista/serverlessvalidator
A validator for serverless.yml files written in Haskell
docker haskell serverless validator yml-files
Last synced: 27 Oct 2024
https://github.com/iamrecursion/absol
Formally correct DSLs
dissertation domain-specific-language dsl formal-semantics formal-verification haskell metacompiler metalanguage
Last synced: 05 Nov 2024
https://github.com/dmjio/trie
This Trie is so fly
data-structures fly haskell tree trie
Last synced: 16 Nov 2024
https://github.com/sudonatalie/vnc-client
VNC Remote Desktop Client developed purely in Haskell.
haskell literate-programming vnc vnc-client
Last synced: 17 Oct 2024
https://github.com/jonathas-conceicao/snake-haskell
A implementation of the Snake game made in Haskell using the gloss-game package.
game gloss gloss-game haskell pixel-art
Last synced: 06 Dec 2024
https://github.com/prikhi/build-run-watch
Library for Writing Scripts To Build, Run, & Watch Projects.
build-automation build-system build-tool haskell npm stack
Last synced: 11 Oct 2024
https://github.com/haskell/network-bsd
POSIX network database (<netdb.h>) API
bsd-sockets haskell network-programming
Last synced: 07 Oct 2024
https://github.com/saschagrunert/seer
A collaborative resource planning tool 🔮
collaboration haskell planning productvision resource roadmap schedule tool vision
Last synced: 27 Dec 2024
https://github.com/3noch/drifter-project-m36
Drifter migration backend for Project:M36
database drifter haskell migration project-m36
Last synced: 26 Dec 2024
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: 27 Dec 2024
https://github.com/typeclasses/fractal-sets
Escape-time fractals created with Haskell and GD.
Last synced: 05 Dec 2024
https://github.com/jiriklepl/masters-thesis-code
This is a supplementary repository for my master's thesis
cabal cmm compiler haskell language llvm master-thesis masters-thesis mff-uk
Last synced: 05 Dec 2024
https://github.com/centromere/pipes-cacophony
Pipes for Noise-secured network connections
Last synced: 12 Oct 2024
https://github.com/pravda-lang/pravda
A functional programming language that best of both worlds between Haskell and Lisp
functional-paradigm haskell interpreter lisp pravda programming-language
Last synced: 12 Oct 2024
https://github.com/adithyaov/acyclic-graphs
A small experiment to make acyclic graphs in Haskell.
Last synced: 27 Dec 2024
https://github.com/airsequel/double-x-encoding
Encoding scheme to encode any Unicode string with only [0-9a-zA-Z_]. Similar to URL percent-encoding. Especially useful for GraphQL ID generation.
decoding elm encoding encoding-scheme graphql haskell id javascript typescript
Last synced: 12 Oct 2024
https://github.com/jneira/wai-servlet-handler-jetty
Wai handler to run wai applications in a embedded jetty server
eta haskell jetty wai webdevelopment
Last synced: 13 Jan 2025
https://github.com/trskop/lock-file
Provide exclusive access to a resource using lock file.
Last synced: 12 Oct 2024
https://github.com/dmjio/servant-wasm
Servant support for delivering WebAssembly
Last synced: 12 Oct 2024
https://github.com/chrisbarrett/apidoc-checker
A command-line tool to verify apidoc specifications
Last synced: 11 Dec 2024
https://github.com/dhess/pinpon
A doorbell service in Haskell. No, really.
doorbell haskell iot notifications
Last synced: 27 Dec 2024