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/lupino/coin

A micro server of coin for website

haskell haskell-library microservice microservices

Last synced: 22 Jan 2025

https://github.com/simeonhristov99/fmi_graduation_exams_information_systems

This repository holds solutions of the exams given to 4-th year Information Systems students graduating the Faculty of Mathematics and Informatics, Sofia.

cpp er-diagram haskell sql uml use-case-diagram

Last synced: 14 Nov 2024

https://github.com/stla/marching-cubes2

The marching cubes algorithm.

c computational-geometry haskell marching-cubes

Last synced: 06 Feb 2025

https://github.com/radrow/radlang

A functional programming language intepreter with typeclasses, full type inference and lazy evaluation

haskell interpreter parsing programming-language

Last synced: 22 Jan 2025

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/isaacvando/cooklang-hs

A parser for the cook markdown language written in Haskell

cooklang haskell parser

Last synced: 11 Nov 2024

https://github.com/ilyakooo0/haskell-nix-extra-hackage

❄️ A tool to use custom forks of Hackage packages with haskell.nix

haskell nix

Last synced: 07 Feb 2025

https://github.com/lupino/haskell-hole

A hole to pass through the gateway. haskell version

haskell haskell-hole hole portforward proxy-server

Last synced: 22 Jan 2025

https://github.com/twolodzko/hasch

Minimal Scheme implemented in Haskell

haskell lisp lisp-interpreter scheme scheme-interpreter

Last synced: 14 Feb 2025

https://github.com/flogfr/www-infratelier

Infratelier website repository

haskell infrastructure website

Last synced: 09 Nov 2024

https://github.com/t4ccer/exnihilo

Language agnostic project bootstraper

haskell project-management

Last synced: 05 Feb 2025

https://github.com/sofianedjerbi/haskellconnect

Connect 4 game implemented in Haskell with Gloss + minimax opponent.

game haskell minimax-algorithm

Last synced: 01 Jan 2025

https://github.com/noughtmare/interact_ackermann

Interaction nets vs GHC performance comparison

haskell interaction-nets

Last synced: 28 Jan 2025

https://github.com/gergoerdi/tinymicro-mos6502-kansas-lava

Tiny Microcomputer built around MOS6502 microprocessor

fpga haskell kansas-lava mos-6502 papilio retro xilinx

Last synced: 17 Jan 2025

https://github.com/typeclasses/either-list-functions

Functions involving lists of Either

haskell haskell-library

Last synced: 16 Nov 2024

https://github.com/stla/haskellimages

Some images with Haskell (using the 'hip' library)

complex-functions domain-coloring elliptic-functions haskell hip

Last synced: 06 Feb 2025

https://github.com/chuahou/yes

A series of implementations of the simplest form of yes

bash c haskell sh shell yes

Last synced: 17 Jan 2025

https://github.com/ncaq/debug-trace-var

You do not have to write variable names twice in Debug.Trace

haskell

Last synced: 18 Dec 2024

https://github.com/ncaq/string-transform

simple and easy haskell string transform

haskell haskell-library string

Last synced: 18 Dec 2024

https://github.com/jbl428/learn-haskell-blog-generator

Learn Haskell by building a blog generator ν•œκ΅­μ–΄ λ²ˆμ—­

haskell

Last synced: 08 Dec 2024

https://github.com/ncaq/www.ncaq.net

ncaq website

hakyll haskell html web

Last synced: 18 Dec 2024

https://github.com/arthurxavierx/ebook-category-theory

Bartosz Milewski's Category Theory for Programmers as an eBook

book category-theory ebook functional-programming haskell types

Last synced: 21 Jan 2025

https://github.com/gergoerdi/clash-utils

Random utility functions shared between my CLaSH projects

clash fpga haskell

Last synced: 17 Jan 2025

https://github.com/taktoa/libsecret

Easy-to-use Haskell bindings for libsecret; wrapper around `gi-secret` (WIP).

bindings haskell libsecret

Last synced: 22 Jan 2025

https://github.com/gergoerdi/clash-chip8

CHIP-8 implemented in Clash

chip-8 clash fpga haskell

Last synced: 17 Jan 2025

https://github.com/joaodiaslobo/monad-road

Clone of the game Crossy Road in Haskell, using the Gloss library! πŸ”

2d game gloss haskell isometric

Last synced: 12 Feb 2025

https://github.com/gergoerdi/language-java-classfile

Parse Java .class files into language-java

classfile haskell java

Last synced: 17 Jan 2025

https://github.com/k-bx/corenlp-parser

Launches CoreNLP and parses the JSON output

corenlp haskell nlp

Last synced: 23 Oct 2024

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/dmjio/halvm-lightning-talk

A hypothetical HaLVM lightning talk

halvm haskell microkernel os unikernel

Last synced: 16 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/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/portnov/hpview

GHC's .hp files viewer

ghc gtk3 haskell profiling

Last synced: 01 Dec 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/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/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/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/tfausak/daylatro

:black_joker: Generate daily Balatro seeds.

balatro haskell

Last synced: 09 Feb 2025

https://github.com/athanclark/purescript-haskell-iso

Haskell / Purescript package for isomorphic JSON

haskell isomorphic json primitives purescript testing zeromq

Last synced: 14 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/tritlo/sizedmonads

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

haskell monads sized-types

Last synced: 14 Jan 2025

https://github.com/liesnikov/extensible-elaborator

prototype implementation of a dependently-typed language with an extendable constraints and accompanying materials

dependent-types elaboration haskell programming-language prototype

Last synced: 10 Dec 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/simonmichael/breakout

A Breakout prototype, for exploring haskell game dev.

gamedev haskell

Last synced: 08 Feb 2025

https://github.com/stla/scubature

Integration over simplices.

haskell integration

Last synced: 12 Oct 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/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/stla/marching-cubes

The marching cubes algorithm.

computational-geometry haskell marching-cubes

Last synced: 12 Oct 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/epoberezkin/freer-indexed

Freer parameterized monads

effects haskell parameterized

Last synced: 19 Oct 2024

https://github.com/antoinegagne/parthenon-hs

Tool to convert Athena terms into JSON values

athena aws cli haskell

Last synced: 24 Oct 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/chris-martin/mvar-lock

A trivial lock based on MVar

concurrency haskell haskell-library

Last synced: 10 Feb 2025

https://github.com/fused-effects/fused-effects-random

Random number generation for fused-effects.

effects haskell probabilistic-programming random

Last synced: 06 Nov 2024

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

Haskell bindings to ExifTool

exiftool haskell

Last synced: 08 Nov 2024

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

Advent of Code solutions (Mirror)

advent haskell

Last synced: 29 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/fgaz/identicon-styles

Styles for the identicon package

graphics hacktoberfest haskell identicon

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/matsubara0507/chatwork

The ChatWork API for Haskell

haskell haskell-library

Last synced: 08 Nov 2024

https://github.com/raehik/bytepatch

Patch data (text, bytes, assembly) in a file using a convenient, flexible schema

binary-data haskell json patching reverse-engineering

Last synced: 12 Oct 2024

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

Dockerfile for Haskell GHC building

docker haskell

Last synced: 29 Dec 2024

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

Experiments with eBPF bytecode

ebpf hacktoberfest haskell

Last synced: 01 Feb 2025

https://github.com/jfischoff/port-utils

Utilities for creating and waiting on sockets

haskell networking testing

Last synced: 12 Oct 2024

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

Template Command-Line Interface

cli haskell template

Last synced: 06 Nov 2024

https://github.com/argiopetech/irt

A Haskell library similar in functionality to the CAT portions of the `catIrt` R library

computerized-adaptive-testing haskell haskell-library irt item-response-theory

Last synced: 12 Oct 2024

https://github.com/psub/pascal-wittmann.de

Personal website powered by Yesod

haskell homepage yesod

Last synced: 13 Feb 2025

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

Generate CSV Exports of Your BNB Staking Rewards

binance-api binance-chain bnb bsc csv csv-export haskell staking staking-rewards

Last synced: 14 Feb 2025

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/typeclasses/supply-chain

Composable request-response pipelines

haskell haskell-library streaming

Last synced: 05 Dec 2024

https://github.com/robbert-vdh/haskell-path-tracer

A GPU path tracer written in Haskell using Accelerate

accelerate haskell path-tracing

Last synced: 11 Jan 2025

https://github.com/typeclasses/memfd

Open temporary anonymous Linux file handles

haskell haskell-library linux memfd

Last synced: 05 Dec 2024

https://github.com/willdoescode/bst-hs

Binary Search Tree in Haskell

bst haskell

Last synced: 25 Dec 2024

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

Exception handling with FoldM

haskell haskell-library

Last synced: 05 Dec 2024

https://github.com/tfausak/haddock-dingus

:fish: Easily preview Haddock markup.

haskell

Last synced: 12 Oct 2024

https://github.com/meooow25/seqn

Sequences and measured sequences with logarithmic time index, split, append

haskell

Last synced: 12 Oct 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/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/matsubara0507/taskpad

Tool for task management in Haskell

haskell haskell-application

Last synced: 02 Feb 2025

https://github.com/typeclasses/d10

Digits 0-9

haskell haskell-library

Last synced: 05 Dec 2024

https://github.com/johari/minicell

(wip) A rich visicalc dialect with new datatypes inside cells. Recalc or die. πŸ΄β€β˜ οΈ

build-system elm haskell shake visicalc-dialect

Last synced: 26 Jan 2025

https://github.com/jealrock/asciify

Command line utility to help make ASCII art from your images

ascii ascii-art command-line command-line-tool haskell

Last synced: 12 Oct 2024

https://github.com/aloussase/miniml

MiniML in various PLs. Add yours!

haskell ocaml plzoo programming-languages rust

Last synced: 24 Dec 2024

https://github.com/siraben/vpl

VPL (Visual Programming Language) is an educational Turtle language using Haskell and Gloss

educational gloss haskell interpreter monad-transformers

Last synced: 30 Oct 2024

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

🐧 Linux frontends for Haskell Rhine

frp haskell linux

Last synced: 27 Dec 2024

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

Some of the Project Euler exercises in different languages

c cpp haskell nodejs project-euler project-euler-solutions python ruby typescript

Last synced: 13 Jan 2025

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: 14 Feb 2025

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/mgajda/xml-typelift

XML TypeLift will allow to use XML Schema to create Haskell data type and parser for it

haskell type-providers xml-schema

Last synced: 29 Oct 2024