How can I move from a basic hello world/number program to something more substantial?

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
  • SonarQube - Static code analysis for 29 languages.
  • brick

    A declarative Unix terminal UI library written in Haskell

    Brick is a great library for terminal applications. I’d say start with the examples or take a look at some tutorials that use it, then just go at it.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • hstetr-first

  • scrabble

    An extended tutorial/book on Haskell development. A library for playing Scrabble is developed as well as two clients, one of which is networked and allows for remote one or two-player games over the web. (by jimburton)

    I wrote this Scrabble tutorial for uni students at the same sort of stage as you. Maybe they're a tiny bit further on but you should find it pretty self-contained. It includes a CLI with a curses lib so you would learn how to do that.

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