/learning-haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

learning-haskell

Little project to learn Haskell in live on Twitch with @rlecomte as coach

Concept

This project is worked on during live session on twitch in pair programming between myself as a Haskell noob and a coach (@rlecomte) to guide me to understand Haskell.
This project does not intend do be used as a model for development or even should be considered as a good haskell code.

Sessions

November 24th

Twitch link Sorry about the mic quality, new sound setup should arrive soon 😅

We started to create a Todo server with basic crud functionalities.

  • Create the project
  • Define todo structs
  • Create functions to provide CRUD functionalities on a Map
  • Expose CRUD through a web server