Haskell Weekly

Newsletter

Issue 337 2022-10-13

Subscribe now! We'll never send you spam. You can also follow our feed. Read more issues in the archives.

Welcome to another issue of Haskell Weekly! Haskell is a safe, purely functional programming language with a fast, concurrent runtime. This is a weekly summary of what’s going on in its community.

Featured

  • Haskell in Production: Caribou by Gints Dreimanis

    Our today’s guest is Syed Jafri, a Senior Software Engineer at Caribou — a company that helps car owners get quotes on refinancing and insurance. He managed to successfully pitch and introduce Haskell at Caribou.

  • Haskell Server Pages With Okapi by Rashad Gover

    I wanted to see if Haskell Server Pages (HSPs) could be implemented with Okapi. What would they look like, how would they function, and how would they compare to server pages in other languages?

  • rec-def: Minesweeper case study by Joachim Breitner

    He was once implementing the game Minesweeper in Haskell, and in particular the part of the logic where, after the user has uncovered a field, the game would automatically uncover all fields that are next to a “neutral” field.

  • Serious bug in GHC 9.4 on basic math on aarch64 by Ian-Woo Kim

    We found a reproducible error with a simple math test (div/mod) on aarch64.

Jobs

Trying to hire a Haskell developer? You should advertise with us!

Upcoming events

In brief

Show & tell

  • Hugs for MacOS (x86) - via Nix Flakes by Justin Bailey

    I spent some time with the last public release of the Hugs sources, making them compile on a modern Mac (x86 chipset).

  • Swarm alpha release! by Brent Yorgey

    The Swarm development team is very proud to announce the very first alpha release of the game.

Call for participation