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/simeonhristov99/fp-additional-cs

Stores solutions to the tasks given on the graduation finals of Computer Science students @ FMI.

functional-programming haskell racket

Last synced: 29 Dec 2024

https://github.com/duetosymmetry/game-about-squares-solver-haskell

A Haskell solver for Game About Squares (gameaboutsquares.com)

game haskell solver

Last synced: 01 Feb 2025

https://github.com/yurrriq/abstract-algebra-pinter

:book: Solutions to exercises from "A Book of Abstract Algebra" by Charles C. Pinter

abstract-algebra exercises haskell latex learning-by-book nix

Last synced: 12 Oct 2024

https://github.com/obsidiansystems/monoid-map

Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.

haskell

Last synced: 07 Nov 2024

https://github.com/caneroj1/mbtiles-server

Haskell MBTiles server using Servant

haskell mbtiles servant tileserver

Last synced: 03 Feb 2025

https://github.com/fosskers/streaming-pcap

Stream packets via libpcap.

haskell pcap streaming

Last synced: 08 Nov 2024

https://github.com/dmalikov/e

Express sensitive data inside text files in readable and compact way

encryption gpg gpgme haskell

Last synced: 04 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/siraben/lisp-to-js

Compiling Lisp to JavaScript

compilers haskell lisp scheme

Last synced: 10 Feb 2025

https://github.com/minibill/elm-prelude

A Prelude for Haskell, modeled after elm/core

elm haskell prelude

Last synced: 14 Jan 2025

https://github.com/marceloboeira/hffp

ƛ My solutions for the Haskell From First Principles book

book exercises haskell hffp solutions

Last synced: 21 Dec 2024

https://github.com/slotthe/hmenu

Dmenu wrapper for fun and profit! // GitHub Mirror

dmenu haskell yeganesh

Last synced: 14 Oct 2024

https://github.com/kakkun61/kinf-template

A static site generator template powered by Shake, Lucid and Hint.

haskell www

Last synced: 10 Feb 2025

https://github.com/farbodsz/codeforces-cli

Command line interface to interact with Codeforces

codeforces codeforces-api haskell

Last synced: 12 Oct 2024

https://github.com/fumieval/data-vector-growable

Dynamic, growable, resizable, mutable and generic vector implementation

array haskell

Last synced: 15 Oct 2024

https://github.com/jaalonso/intro-haskellformaths

Introducción a HaskellForMaths

haskell math

Last synced: 06 Dec 2024

https://github.com/utdemir/handsy

[DEPRECATED] A Haskell DSL to describe common shell operations and interpeters for running them locally and remotely.

haskell

Last synced: 28 Oct 2024

https://github.com/jaalonso/i1m

Código Haskell usado en el curso de I1M (Informática de 1º de Matemática)

haskell

Last synced: 06 Dec 2024

https://github.com/cronokirby/hax

A bullet hell game in haskell

ecs game haskell sdl

Last synced: 28 Jan 2025

https://github.com/leventerkok/floatinghex

Hexadecimal Floats for Haskell

floating-point haskell hexadecimal-floats ieee754

Last synced: 12 Oct 2024

https://github.com/keera-studios/ifelse

Anaphoric and miscellaneous useful control-flow

conditional-statements haskell monad monads

Last synced: 13 Jan 2025

https://github.com/mrkkrp/cue-sheet

Support for construction, rendering, and parsing of CUE sheets

cue-sheet haskell

Last synced: 12 Oct 2024

https://github.com/simonmichael/gist

A start at a reliable command-line client for gist.github.com. Obsolete.

gist gist-client haskell

Last synced: 28 Oct 2024

https://github.com/ners/lsp-client

A full-featured client for the Language Server Protocol

concurrency haskell lsp lsp-client

Last synced: 28 Oct 2024

https://github.com/trskop/endo

Endomorphism utilities.

endo endomorphism haskell monoid

Last synced: 28 Oct 2024

https://github.com/noughtmare/uuagc-constant-folding

Example of a constant folding transformation implemented with uuagc.

ast-transformations attribute-grammars haskell

Last synced: 14 Oct 2024

https://github.com/yugr/sudoku

A simple Sudoku solver that I've done to experiment with SAT/SMT solvers.

haskell minisat sudoku

Last synced: 27 Dec 2024

https://github.com/syzer/euler-problem72-benchmark

Benchmarking different languages on euler project , problem 72

euler golang haskell java performance python somewhat-wow

Last synced: 12 Oct 2024

https://github.com/rodjjo/hask-gallery

A web gallery for videos, pictures and songs. It was made in haskell programming language.

gallery gallery-images haskell videos web-application

Last synced: 11 Jan 2025

https://github.com/brianvanburken/playground

Random stuff from playing with languages, frameworks, courses, and books.

angular elixir elm haskell javascript nodejs phoenix playground python react ruby ruby-on-rails rust typescript

Last synced: 27 Jan 2025

https://github.com/typeclasses/d10

Digits 0-9

haskell haskell-library

Last synced: 05 Dec 2024

https://github.com/mmzk1526/haskell-while-code

Implement the WHILE language introduced in the Imperial College Course Models of Computation

functional-programming haskell interpreter simulator

Last synced: 29 Dec 2024

https://github.com/rtsao/aoc-2019

Learning Haskell via Advent of Code 2019

advent-of-code advent-of-code-2019 haskell

Last synced: 26 Jan 2025

https://github.com/chris-martin/mvar-lock

A trivial lock based on MVar

concurrency haskell haskell-library

Last synced: 10 Feb 2025

https://github.com/typeclasses/systemd-socket-activation

Let systemd bind the server's socket for you

haskell haskell-library socket-activation systemd

Last synced: 05 Dec 2024

https://github.com/typeclasses/one-line-aeson-text

Pretty-printing short Aeson values as text

aeson haskell haskell-library json

Last synced: 05 Dec 2024

https://github.com/portnov/hpview

GHC's .hp files viewer

ghc gtk3 haskell profiling

Last synced: 01 Dec 2024

https://github.com/ocharles/snap-error-collector

Collect errors from Snap applications and periodically flush them (via email, etc)

haskell snap

Last synced: 27 Oct 2024

https://github.com/ncaq/sub-maude

Maude language subset

haskell maude

Last synced: 10 Feb 2025

https://github.com/tfausak/daylatro

:black_joker: Generate daily Balatro seeds.

balatro haskell

Last synced: 09 Feb 2025

https://github.com/typeclasses/foldl-exceptions

Exception handling with FoldM

haskell haskell-library

Last synced: 05 Dec 2024

https://github.com/agrafix/aws-simple

Haskell: Simple bindings to commonly used AWS Services

aws haskell s3 sqs

Last synced: 12 Oct 2024

https://github.com/yurrriq/comical

Track the publish dates of your favorite comics

calendar comics github-actions haskell literate-programming monad-transformers nix noweb

Last synced: 28 Oct 2024

https://github.com/yukiisbored/aoc-2020

Advent of Code solutions (Mirror)

advent haskell

Last synced: 29 Dec 2024

https://github.com/typeclasses/memfd

Open temporary anonymous Linux file handles

haskell haskell-library linux memfd

Last synced: 05 Dec 2024

https://github.com/athanclark/poly-arity

Tools for working with functions without regard to their arity

arity haskell poly-arity

Last synced: 28 Dec 2024

https://github.com/typeclasses/supply-chain

Composable request-response pipelines

haskell haskell-library streaming

Last synced: 05 Dec 2024

https://github.com/mrkkrp/html-entity-map

Map from HTML5 entity names to the corresponding Unicode text

haskell html html-entities html5

Last synced: 28 Oct 2024

https://github.com/matsubara0507/chatwork

The ChatWork API for Haskell

haskell haskell-library

Last synced: 08 Nov 2024

https://github.com/athanclark/tmapmvar

A singleton version on TMapChan

haskell mapping mvar stm

Last synced: 28 Dec 2024

https://github.com/gspia/fcf-containers

fcf-containers add tools that can be used with first-class-families

dependent-types haskell haskell-library types

Last synced: 20 Oct 2024

https://github.com/segfaultax/pyeither

An implementation of Data.Either from Haskell in Python

applicative either functional-programming functional-python functor haskell monad python

Last synced: 14 Oct 2024

https://github.com/tritlo/sizedmonads

An (very likely incorrect!) implementation of Sized Monads.

haskell monads sized-types

Last synced: 14 Jan 2025

https://github.com/athanclark/hset

A faux heterogeneous set implementation in Haskell, leveraging Typeable

haskell heterogeneous-sets hset

Last synced: 28 Dec 2024

https://github.com/norfairking/template-cli

Template Command-Line Interface

cli haskell template

Last synced: 06 Nov 2024

https://github.com/micheleriva/caesar-cipher

👑 Dead Simple Caesar Cipher written in Haskell

caesar-cipher cipher cipher-algorithms haskell haskell-learning haskell-library

Last synced: 07 Feb 2025

https://github.com/caneroj1/haskell-game-of-life

Brief Game of Life Implementation in Haskell

gameoflife graphics haskell

Last synced: 03 Feb 2025

https://github.com/ncaq/pandoc-include

pandoc include extension

haskell pandoc

Last synced: 10 Feb 2025

https://github.com/caneroj1/search

Search algorithms in Haskell

ai graph-search haskell search-algorithm

Last synced: 03 Feb 2025

https://github.com/mocnik-science/chorale

Chorale is a Haskell module that contains basic functions that the prelude does not offer. The prelude is traditionally followed by a chorale ...

chorale haskell prelude

Last synced: 05 Nov 2024

https://github.com/joneshf/servant-ruby

Create a Ruby client from a Servant API using Net::HTTP.

haskell ruby servant servant-client

Last synced: 05 Nov 2024

https://github.com/ncfavier/bothendieck

An IRC bot

haskell irc-bot

Last synced: 28 Oct 2024

https://github.com/clovyr/string-fromto

Conversions between common string types, as well as Base16/Base32/Base64

base16 base32 base64 bytestring conversion haskell text

Last synced: 05 Dec 2024

https://github.com/kfl/ebpf-tools

Experiments with eBPF bytecode

ebpf hacktoberfest haskell

Last synced: 01 Feb 2025

https://github.com/jvm-operators/haskell-example-operator

Operator for Kubernetes or Openshift written in Frege (Haskell)

frege haskell kubernetes openshift operator

Last synced: 03 Dec 2024

https://github.com/typedbyte/program

A library for writing programs with environments and managed resources, written in Haskell.

effects haskell reader

Last synced: 01 Nov 2024

https://github.com/takenobu-hs/ghc-build-docker

Dockerfile for Haskell GHC building

docker haskell

Last synced: 29 Dec 2024

https://github.com/pragmatwice/light2d-hs

learn miloyip/light2d, and translate to haskell

haskell ray-tracing

Last synced: 01 Feb 2025

https://github.com/ners/rhine-linux

🐧 Linux frontends for Haskell Rhine

frp haskell linux

Last synced: 27 Dec 2024

https://github.com/dhess/mellon

Control physical access device (e.g., an electric strike) from Haskell

haskell iot physical-access

Last synced: 09 Feb 2025

https://github.com/wildlyinaccurate/lishp

A tiny Lisp written in Haskell.

haskell interpreter lisp

Last synced: 19 Dec 2024

https://github.com/fgaz/identicon-styles

Styles for the identicon package

graphics hacktoberfest haskell identicon

Last synced: 10 Feb 2025

https://github.com/simonmichael/breakout

A Breakout prototype, for exploring haskell game dev.

gamedev haskell

Last synced: 08 Feb 2025

https://github.com/marhop/exiftool-haskell

Haskell bindings to ExifTool

exiftool haskell

Last synced: 08 Nov 2024

https://github.com/dmjio/remote-iserv

Cross-compile TH splices on iOS

apple arm cross-compilation ghc haskell ios mach-o nix nixpkgs

Last synced: 16 Jan 2025

https://github.com/ajeetdsouza/tic-tac-toe

A terminal-based tic-tac-toe game + AI

haskell tic-tac-toe

Last synced: 10 Feb 2025

https://github.com/jabolol/frost

The Frost Programming Language Compiler

frost haskell llvm

Last synced: 26 Jan 2025

https://github.com/kleidukos/irssi-hs

A Haskell library to communicate with a running irssi through the Irssi::Instance plugin

haskell irssi

Last synced: 10 Feb 2025

https://github.com/ktorz/machination

Plot charts as unicode strings in the console.

console haskell histogram plot unicode

Last synced: 12 Oct 2024

https://github.com/epicallan/eval-cso

Customer Service officer evaluation app backend - BETA

haskell persistent rest-api servant

Last synced: 10 Feb 2025

https://github.com/andys8/translate-cli

Command Line Interface to translate words

command-line command-line-tool haskell translation

Last synced: 12 Oct 2024

https://github.com/benaryorg/liveuniq

liveuniq is uniq -c with some real-time output

cli haskell ncurses

Last synced: 21 Jan 2025

https://github.com/obsidiansystems/dependent-sum-aeson-orphans

JSON instances for DSum and DMap

dmap dsum haskell json

Last synced: 07 Nov 2024

https://github.com/kakkun61/yesod-relational-record

Using haskell-relational-record with Yesod.

database haskell yesod

Last synced: 10 Feb 2025

https://github.com/dmjio/hello-rust-haskell-nix

Calling statically linked Rust from Haskell, using a Nix environment

haskell nix rust

Last synced: 16 Jan 2025

https://github.com/stla/scubature

Integration over simplices.

haskell integration

Last synced: 12 Oct 2024

https://github.com/jaalonso/exercitium1

Ejercicios de programación funcional con Haskell del blog Exercitium (Volumen 1).

haskell

Last synced: 06 Dec 2024