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 - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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

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