The Haskell Unfolder Episode 33: diagrams

Will be streamed tonight, 2024-10-02, at 1830 UTC, live on YouTube.

Abstract:
In this episode, we will look at the “diagrams” package, which provides a domain-specific language embedded into Haskell for describing all sorts of pictures and visualisations. Concretely, we will try to visualise the game tree of tic-tac-toe that we computed in Episode 32. However, this episode is understandable without having watched the previous episode, and should also be suitable for beginners.

Full announcement here: The Haskell Unfolder Episode 33: diagrams - Well-Typed: The Haskell Consultants

13 Likes

A big thank you to @kosmikus and @edsko for making these videos!! Many Haskellers, like myself, are weekend warriors. We don’t have direct access to Haskell experts to pair program with. Watching you both work through problems in a live coding format has taught me a lot! Not just the content you plan to cover, but how you use the tools and navigate the problems you didn’t plan for. Love your work!

13 Likes

Glad to know it’s appreciated! :slight_smile:

3 Likes