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.
📚 Index for my study topics
Hakyll + Nix starter template
An event sourced, purely functional application platform.
A high level HTTP client for Haskell that focuses on ease of use
OTP-like supervision trees in Haskell
Haskell code complexity and quality measurement
Compare the public API of different versions of a Hackage library
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Wrappers around emacs-module.h to write Emacs modules in Haskell
(2016) Todo app build with Haskell (server-side) and Elm (client-side)
HN Compiler
🧠 Type-safe memory units
High-resolution clock functions: monotonic, realtime, cputime.
A terminal interface for Conway's Game of Life
datatypes and functions for easily working with passwords in Haskell
coveralls.io support for haskell code coverage with hpc
🏷 Web application to help beginners to start contributing into Haskell projects
Tools for exporting blockchain data to analytical databases
Haskell bindings to ArrayFire
Example language server (LSP) implementation for a toy language
Fortran parsing and static analysis infrastructure
Lift control operations, like exception catching, through monad transformers
Syntax highlighter for Haskell using the lexer of GHC
PDF template design app./UI (or on the Discworld, supreme Djelibeybian god)
Library of categories, with categorical constructions on them
A really small example of the Backpack module system for Haskell
TUI version of the Wordle word puzzle game written in Haskell
Generate semi-dynamic UIs with Concur
JHC Haskell compiler split into reusable components
Techniques, advice, and anecdotes about how to teach Functional Programming
Kempe is a compiled stack-based language
A Typeclass for user-facing output
Transactional monadic actions on top of PostgreSQL.
This is a repository for immersive learning, meditation or software development.
Go get tested! Github Actions matrix generator for your haskell projects' CI
A flexible, lightweight search platform
Refined types
🎯 IO with Exceptions tracked on the type-level
Hasmin - A Haskell CSS Minifier
Android 2048 game using Yampa FRP library in Eta
Tactic Metaprogramming in Haskell
Easily build a Haskell project from a stack.yaml.lock file with Nix
💄🐞 Combinators for writing pretty type errors easily
Modeling Ancient Greek Grammar
Get your IO right on the first try
A minimal JSON templating language
InfluxDB client library for Haskell
Declarative graphics for the browser
Demo for using Threepenny GUI together with Electron to create a portable Desktop GUI Application in Haskell
Lightweight package providing commonly useful parser combinators