Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/soupi/learn-scotty-bulletin-app

Building a bulletin board using Haskell, scotty and friends

haskell haskell-learning scotty tutorial webdev

Last synced: 10 Nov 2024

https://github.com/y-taka-23/wasm-game-of-life

An example of Asterius, compiling Haskell to WebAssembly.

asterius haskell wasm webassembly

Last synced: 24 Nov 2024

https://github.com/alex-mckenna/clash-systolic

Systolic Networks in Clash

fpga haskell systolic-arrays

Last synced: 11 Nov 2024

https://github.com/nh2/lambdabot-zulip

Lambdabot for Zulip Chat

haskell zulip-bot

Last synced: 13 Nov 2024

https://github.com/vmchale/hgis

Haskell as a GIS

gis haskell haskell-library

Last synced: 10 Nov 2024

https://github.com/haskell-hvr/hackage-mirror-tool

Hackage mirroring tool

cabal hackage haskell mirroring s3

Last synced: 21 Nov 2024

https://github.com/anler/http-sink

Simple http-sink server with logging

haskell server sin

Last synced: 08 Nov 2024

https://github.com/larskuhtz/cuckoo

Haskell Implementation of Cuckoo Filters

cuckoo-filter haskell probabilistic-data-structures set-membership

Last synced: 15 Oct 2024

https://github.com/maoe/sensu-run

A tool to send command execution results to Sensu

haskell monitoring sensu

Last synced: 31 Oct 2024

https://github.com/trskop/freer-effects-extra

Extra goodies for freer package

extensible-effects freer-effects haskell

Last synced: 28 Oct 2024

https://github.com/cidem/lions-backend

A Simple Haskell Project

haskell nix nix-flake

Last synced: 11 Oct 2024

https://github.com/tomatosoup97/freak

Free as in beer, free as in algebra. Language with (co)algebraic effects and (co)handlers

algebra algebraic-effects haskell languages monads

Last synced: 08 Nov 2024

https://github.com/itchyny/vim-haskell-sort-import

Sort import statements in Haskell codes

haskell vim vim-plugins vim-scripts

Last synced: 11 Oct 2024

https://github.com/mrkkrp/req-conduit

Conduit utilities that work with the Req HTTP client library

conduit haskell http-client

Last synced: 27 Oct 2024

https://github.com/prikhi/hledger-graphs

Generate Graphs From Your HLedger Journal

accounting charts diagrams finance graphs haskell hledger ledger-cli

Last synced: 11 Oct 2024

https://github.com/erikd/system-linux-proc

Haskell library for accessing the /proc filesystem in Linux

haskell linux

Last synced: 28 Oct 2024

https://github.com/tmcgilchrist/transformers-either

transformers-either

haskell

Last synced: 28 Oct 2024

https://github.com/fizruk/free-foil

Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads).

abstract-syntax haskell scala type-safe

Last synced: 12 Oct 2024

https://github.com/hellerve/data.ddate

Discordian Dates for Haskell

ddate eris haskell

Last synced: 27 Oct 2024

https://github.com/basvandijk/regional-pointers

Regional memory pointers

haskell

Last synced: 28 Oct 2024

https://github.com/slotthe/advent

Advent of Codeโ€”now with even more languages!

advent-of-code apl bqn clojure haskell ocaml python rust

Last synced: 14 Oct 2024

https://github.com/haxml/haxml

Haskell HaXml library by Malcolm Wallace

haskell xml

Last synced: 19 Dec 2024

https://github.com/willdoescode/haskell-leetcode

Learning algorithms in haskell with the help of leetcode.

algorithms haskell haskell-exercises haskell-learning leetcode willdoescode

Last synced: 06 Nov 2024

https://github.com/unclechu/haskell-qm-interpolated-string

Implementation of interpolated multiline strings that ignores indentation and trailing whitespaces

cabal hackage haskell haskell-library interpolation library stack strings

Last synced: 28 Oct 2024

https://github.com/typeclasses/path-text-utf8

Trivial integration of the "path" and "text" packages, providing convenient functions to read and write UTF-8 text files

filesystem haskell haskell-library path text utf-8

Last synced: 05 Dec 2024

https://github.com/prikhi/hpack-template

Stack Templates for Generic/CLI Applications and Libraries using Hpack, Tasty, & Github Actions.

haskell hedgehog hpack hunit stack stack-template tasty template

Last synced: 11 Oct 2024

https://github.com/laughedelic/m-cohomology

Basic abstractions and methods for computations in terms of group algebra Z[G] and automatic construction of cocycle translations for computation of cup-product.

algebra category-theory cohomology haskell mathematics maths thesis

Last synced: 01 Nov 2024

https://github.com/simonmichael/hssdl-mac-example

The graphics-drawingcombinators example program, with the adaptations that used to be needed for mac OSX. Obsolete.

haskell howto

Last synced: 28 Oct 2024

https://github.com/minad/tasty-auto

Deprecated: Auto discovery for the Tasty test framework, use tasty-discover instead

auto-discovery haskell testing

Last synced: 13 Oct 2024

https://github.com/prikhi/solana-staking-csvs

Generate CSV Exports of Your Solana Staking Rewards

csv csv-export haskell solana solana-beach staking staking-rewards

Last synced: 11 Oct 2024

https://github.com/fosskers/servant-xml

Servant support for the XML Content-Type.

haskell servant xml

Last synced: 08 Nov 2024

https://github.com/aib/project-euler

My Project Euler solutions

haskell project-euler

Last synced: 11 Jan 2025

https://github.com/f-f/docker-haskell-lavello

๐Ÿšฐ Kitchen-sink docker image for building Haskell in CI

docker haskell nix stack

Last synced: 24 Oct 2024

https://github.com/peti/csv2ledger

convert accounting data from CSV to Ledger format

converter haskell haskell-library hledger ledger

Last synced: 28 Oct 2024

https://github.com/minoki/unboxing-vector

A newtype-friendly wrapper for Data.Vector.Unboxed

haskell

Last synced: 12 Oct 2024

https://github.com/mrkkrp/tagged-identity

Trivial monad transformer that allows identical monad stacks have different types

haskell monad-transformers phantom-types

Last synced: 28 Oct 2024

https://github.com/dwayne/xo-haskell

A Haskell library and CLI game for Tic-tac-toe.

haskell tic-tac-toe

Last synced: 06 Nov 2024

https://github.com/prikhi/hs-notifications

A Super Simple Desktop Notification Server Written in Haskell

dbus desktop-notifications freedesktop-notifications haskell notifications

Last synced: 11 Oct 2024

https://github.com/technique-lang/technique

Check, simulate, and run procedures written in the Technique programming language

haskell language procedures

Last synced: 04 Nov 2024

https://github.com/bartavelle/fastparser

A fast bytestring parser

bytestring fast haskell parsing

Last synced: 28 Oct 2024

https://github.com/tfausak/haskell-packages

Dashboard of Haskell projects I maintain.

haskell

Last synced: 11 Oct 2024

https://github.com/dmjio/call-swift-from-haskell

Call a Hello World Swift function from Haskell

haskell swift

Last synced: 16 Nov 2024

https://github.com/trskop/dot.config

User configuration files (dot-files)

dotfiles gitconfig haskell tmux tmux-conf

Last synced: 28 Oct 2024

https://github.com/1computer1/hectoparsec

Flexible and powerful parser combinators for Haskell

combinators haskell lexer parser parser-combinators stream

Last synced: 31 Oct 2024

https://github.com/stappit/blog

I often post solutions to textbook exercises, including: Bayesian Data Analysis (BDA) by Gelman et al; Causal Inference in Statistics Primer (CISP) by Pearl et al; Purely Functional Data Structures (PFDS) by Okasaki.

bayesian-data-analysis blog data-analysis data-science gelman hakyll haskell pearl purely-functional-data-structures solutions stan static-site statistical-inference statistics

Last synced: 25 Oct 2024

https://github.com/alonsodomin/groot

AWS ECS Resources at your fingertips

aws aws-ecs haskell stack

Last synced: 12 Oct 2024

https://github.com/epicallan/haskell-playground

For learning and trying out new things in haskell

haskell

Last synced: 12 Oct 2024

https://github.com/l-tchen/findunion

An imperative implementation of disjoint-set data structure in Haskell

data-structures disjoint-sets haskell

Last synced: 17 Dec 2024

https://github.com/jbetz/ensemble

A high level audio engine for building DAWs

audio daw haskell music

Last synced: 26 Jan 2025

https://github.com/aesiniath/briefcase

Utility code for preparing business cases used to justify internal projects within large organizations

finance haskell library

Last synced: 09 Nov 2024

https://github.com/vladimirlogachev/library

GraphQL API and frontend for offline library. Haskell, Elm, Postgres

docker elm elm-graphql graphql haskell mu-graphql mu-haskell postgres postgres-typed

Last synced: 12 Oct 2024

https://github.com/konn/ghc-typelits-symbols

Additional operations for GHC's type-level symbols

ghc haskell symbols type-level-programming

Last synced: 13 Oct 2024

https://github.com/rhyskeepence/elm-websocket

Generate an Elm Subscriber and JSON encoders/decoders for a Wai WebSocket server

elm haskell websocket

Last synced: 18 Oct 2024

https://github.com/discus-lang/inchworm

Simple parser combinators for lexical analysis.

haskell lexical-analysis parser-combinators parsing

Last synced: 11 Nov 2024

https://github.com/mitchellwrosen/planet-mitchell

Planet Mitchell

haskell

Last synced: 20 Oct 2024

https://github.com/3noch/beam-postgres-transaction-monad

Very basic transaction monad on top of the venerable Beam library

haskell monad postgresql sql transaction

Last synced: 10 Oct 2024

https://github.com/maxim-saplin/mandelbrot

Microbenchmark testing Python, Numba, Mojo, Dart, C/gcc, Rust, Go, JavaScript, C#, Java, Kotlin, Pascal, Ruby, Haskell performance in Mandelbrot set generation

bun c csharp dart dotnet flutter gcc golang haskell java javascript kotlin mojo node nodejs numba pascal python ruby rust

Last synced: 11 Oct 2024

https://github.com/susisu/grassy

Toolkit for the Grass programming language

esolang grass haskell lambda-calculus

Last synced: 10 Oct 2024

https://github.com/freckle/nonempty-zipper

A non-empty comonadic list zipper

comonads datastructures haskell list terraform-managed

Last synced: 27 Dec 2024

https://github.com/valderman/zalgo

A somewhat flexible Zalgoฬ teฬณอœxฬ‰อƒอžฬฅฬ–tฬฬŒฬ” ฬ€ฬƒtฬžฬขฬœอ“ฬฬดrฬ†ฬ‚ฬ’อŸฬฌฬถaฬฬ•ฬงอŽฬกอ”ฬฏฬฐnฬพอƒอฌอ˜อฆฬฬนsฬ‡อฎอ†ฬขอ“อ‰lฬฝฬŒอคอžฬ ฬ–ฬนฬ—ฬณฬ–aอญอฉอšฬญอ™ฬนฬฒtออˆoออฌฬพอชฬญอ‡ออœฬŸฬขrอ‡.ฬ…อญฬฬ€ฬŠอจอ›ฬธ

haskell library zalgo-text

Last synced: 14 Oct 2024

https://github.com/freckle/weeder-action

Run Weeder to uncover unused Haskell functions

actions haskell

Last synced: 27 Dec 2024

https://github.com/noughtmare/jak

Simple frp text editor for testing and learning purposes.

frp haskell text-editor yampa

Last synced: 14 Oct 2024

https://github.com/fgaz/pure-html-calc

A pure HTML calculator. No css or javascript.

calculator haskell html html-calculator no-css no-js

Last synced: 10 Oct 2024

https://github.com/giulioz/mlem

๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป๐Ÿ‘… A Tiny ML-like language for research purposes

compiler functional haskell language ml nearley ocaml parser types

Last synced: 15 Oct 2024

https://github.com/xldenis/mgc

comp 520 go compiler

compiler haskell

Last synced: 22 Oct 2024

https://github.com/zmactep/smiles

Full support of OpenSMILES specification for Haskell

chemoinformatics haskell parser smiles

Last synced: 12 Oct 2024

https://github.com/xmonad/x11-xft

Bindings to the Xft, X Free Type interface library, and some Xrender parts

hacktoberfest haskell x11 xmonad

Last synced: 06 Nov 2024

https://github.com/xmonad/xmonad-docs

Daily snapshot of xmonad documentation

documentation haddock haskell window-manager x11 x11-wm xmonad

Last synced: 06 Nov 2024

https://github.com/lyokha/ghc-stdin

A frontend plugin for GHC to compile source code from the standard input

frontend ghc haskell plugin

Last synced: 12 Oct 2024

https://github.com/tmspzz/danger-hlint

A Danger plugin for Hlint - https://rubygems.org/gems/danger-hlint

danger haskell hlint

Last synced: 12 Nov 2024

https://github.com/matsubara0507/rakuten

The Rakuten API for Haskell

haskell haskell-library

Last synced: 08 Nov 2024

https://github.com/dfordivam/hskaldi

Kaldi-ASR haskell binding experiments

haskell haskell-bindings kaldi

Last synced: 07 Nov 2024

https://github.com/willdoescode/tictachs

TicTacToe in haskell

haskell tic-tac-toe

Last synced: 06 Nov 2024

https://github.com/kompendium-ano/factom-haskell-client

Haskell JSON-RPC client for the Factom protocol

factom-protocol haskell json-rpc-client

Last synced: 23 Nov 2024

https://github.com/fgaz/dual

Online multiplayer shooter

2d-game clone game hacktoberfest haskell multiplayer online shooter

Last synced: 07 Nov 2024

https://github.com/fpindia/fpindia-site

The new FPIndia static site built using Ema

functional-programming haskell india nix

Last synced: 12 Nov 2024

https://github.com/katydid/katydid-haskell

An Encoding Agnostic Validation Language

automata haskell nested-structures schema validation

Last synced: 12 Oct 2024

https://github.com/aionescu/dynasty

A lazy functional language that compiles to JavaScript

alt-js haskell javascript language laziness

Last synced: 02 Dec 2024

https://github.com/mmzk1526/mmzk-typeid

A TypeID and UUIDv7 implementation in Haskell

haskell haskell-library typeid uuid uuid-generator uuid-v7

Last synced: 07 Nov 2024

https://github.com/grin-compiler/ghc-wpc-sample-programs

sample programs that compile with GHC whole program compiler

ghc haskell stg whole-program-compiler

Last synced: 06 Nov 2024

https://github.com/prikhi/hkhue

A Daemon & CLI Client for Controlling Philips Hue Lights

cli cli-client color-temperature daemon haskell hue hue-api hue-bridge hue-lights lights redshift

Last synced: 11 Oct 2024

https://github.com/typeclasses/invert

Automatically generate a functionโ€™s inverse

functions haskell haskell-library

Last synced: 05 Dec 2024

https://github.com/ixmatus/fswait

Wait and observe events on the filesystem for a path, with a timeout

command-line haskell

Last synced: 28 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/romac/mental

๐Ÿšง Yet Another ML Dialect (WIP)

compiler haskell ml

Last synced: 06 Nov 2024

https://github.com/foxhound-systems/hs-obfuscate

Library for easy obfuscation and deobfuscation of integer IDs in custom data types

hashids haskell obfuscation

Last synced: 24 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/unclechu/place-cursor-at

A utility for X11 that moves the mouse cursor using the keyboard

cursor gui haskell haskell-stack i3 i3wm keyboard linux mouse nix stack tiling-window-manager utility x11 xlib xmonad

Last synced: 11 Oct 2024

https://github.com/simre1/reactive-markup-old

A haskell library for declarative GUI programming.

declarative-programming declarative-ui dynamic-markup gtk gui haskell hot-reload markup

Last synced: 07 Nov 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