Genuine question: how do you all use Haskell IRL?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • monpad

    A fully-customisable web-based gamepad, designed to be used from smartphones.

  • Basically everything - it's a general purpose language after all! Creating Spotify playlists, polling my local tennis courts' website to see when spaces become available, home automation stuff like turning lights and plugs off under certain conditions. Today I wrote a 20-line-or-so program to track my friend's progress in a marathon. More substantially, over lockdown I built a tool for using phones as game controllers, and it's been my primary language at work for the past five years, across two very different jobs.

  • pandoc

    Universal markup converter

  • I'm freelancing as a pandoc consultant, and I regularly get to fix bugs and to extend pandoc with additional functionality. My proudest work is the Lua subsystem, which is now used heavily, e.g. in Quarto.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • defect-process

    Defect Process (2d hack n' slash game) full source code

  • And the full code (w/o assets) is available too https://github.com/incoherentsoftware/defect-process

  • xmonad

    The core of xmonad, a small but functional ICCCM-compliant tiling window manager

  • Daily, because xmonad

  • cassava

    A CSV parsing and encoding library optimized for ease of use and high performance

  • I use it for everything: tracking personal finance and tax data (https://hackage.haskell.org/package/hledger), small scripts to gather online information that I want to track (https://hackage.haskell.org/package/cassava), sending alerts to my mobile device, etc...there's too much to list.

  • Guava

    Google core libraries for Java

  • The guava library of Java has some of these data structures implemented: https://github.com/google/guava/wiki/ImmutableCollectionsExplained , but implementations of the above book in many languages can be found on github (say, this one for Haskell: https://github.com/aistrate/Okasaki )

  • Okasaki

    Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)

  • The guava library of Java has some of these data structures implemented: https://github.com/google/guava/wiki/ImmutableCollectionsExplained , but implementations of the above book in many languages can be found on github (say, this one for Haskell: https://github.com/aistrate/Okasaki )

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Meaning of Monad in MonadTrans

    2 projects | news.ycombinator.com | 13 Aug 2023
  • Is it just me or it nix becoming more common

    5 projects | /r/NixOS | 4 May 2023
  • The Spinnaker Programming Language

    3 projects | /r/ProgrammingLanguages | 29 Mar 2023
  • [ANN] GHCup-0.1.19.0 released

    4 projects | /r/haskell | 13 Jan 2023
  • Limits of possible performance improvements of Haskell/GHC code?

    3 projects | /r/haskell | 13 Nov 2022