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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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

  4. fp-course

    Functional Programming Course (by tonymorris)

    Fp-course exercise

  5. 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

  • Interactive animations

    11 projects | /r/haskell | 6 May 2023
  • Reanimate: Build declarative animations with SVG and Haskell

    1 project | /r/hypeurls | 20 Dec 2022
  • Looking for SVG library recommendations

    3 projects | /r/haskell | 23 Mar 2022
  • Advanced programming exercises/apps recommendations to code

    8 projects | /r/haskell | 19 Jan 2022
  • [Newcomer] Status of AI, graphics programming and performance in Haskell?

    6 projects | /r/haskell | 5 Nov 2021

Did you know that Haskell is
the 25th most popular programming language
based on number of references?