How was your study routine to become good at haskell?

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
  • wiwinwlh

    What I Wish I Knew When Learning Haskell

  • Maybe try to implement something using Haskell? For example, try to read through: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours to see how the concepts are used in a "real world" setting. Also, https://github.com/sdiehl/wiwinwlh is an underrated resource imo. Anyways, the best way to learn Haskell is to just use it. I'm still learning myself, so I don't have much to say beyond that.

  • reanimate

    Haskell library for building declarative animations based on SVG graphics

  • Some other "applications" (if you're not interested in compilers) might be writing shell scripts: https://hackage.haskell.org/package/turtle Or animating stuff: https://github.com/reanimate/reanimate and https://hackage.haskell.org/package/gloss

  • 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
  • fp-course

    Functional Programming Course (by tonymorris)

  • Fp-course exercise

  • DefendTheKing

    A simple multiplayer RTS game

  • In COVID I polished and released my Python implementation of the game which I actually did years before the Haskell one, mainly because it kept working while my Haskell implementation bit-rotted due to my choice to use the library GLUT which has since stopped working.

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