New blog post: Type-level sharing in Haskell, now

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • yesod-persistent

    A RESTful Haskell web framework built on WAI.

  • I'm wondering if this is related to this.

  • ghc-timings-report

    Experimental tool to build reports on GHC build time for your projects.

  • Semi-manually, I'm afraid :) For each benchmark in my suite, I have a bunch of modules XYZ010.hs,XYZ020.hs, etc.; I then compile the whole thing, have a script that extracts the core size for each module and writes them to a .csv file, which I then render as a graph using gnuplot. For the compilation time diagrams it's a similar process, except that I'm using ghc-timings-report to extract the compilation times.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • categories-with-friends

    Definitely not Scattergories.

  • For a more motivated example, I use this technique to keep track of game state in Scattergories: https://github.com/brandonchinn178/categories-with-friends/blob/master/server/src/CategoriesWithFriends/Game/Answer.hs

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