Haskell Weekly

Newsletter

Issue 448 2024-11-28

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

Jobs

  • Senior Software Engineer Paris or Remote (France) by Aletiq

    Aletiq is a Product Lifecycle Management (SaaS) solution for the manufacturing industry. We are 20ish employees based in France, mostly Paris as of today, and recently raised a Seed of 5 millions with Point9 (key SaaS investor).

  • Tontine Trust is hiring a Haskell Developer by Milosh

    Tontine Trust is a fintech trust company, specializing in offering lifetime income pensions & trust funds. Our globally patented platform re-introduces a popular, safe alternative type of savings scheme to the world, the fundamental design of which has been endorsed by organizations like the OECD, the EU, the UK, and Canada, providing more sustainable and more rewarding lifetime income trusts for governments, institutions, and savers.

In brief

Show & tell

  • A minimalistic effect system: parameters-fx by Lorenzo Tabacchini

    I’ve been trying for a long time to fix certain problems with implicit parameters without succeeding completely. Even though imperfect, I have a library that addresses at least some of the issues.

  • Initial feedback request: DataFrame library by Michael Chavinda

    Exploring the design space and wanted to try out creating a dataframe library that’s meant for more exploratory data analysis. That is where you don’t know the shape of the data beforehand and want to load it up quickly and answer pretty basic questions.

  • Parser-regex: A regex library by meooow

    parser-regex is a regex library where regexes are composed together in the style of parser-combinator libraries.

  • Tiny-wlhs, a hybrid haskell and C Wayland compositor by Shane Hamilton

    tiny-wlhs began as an experiment to explore Haskell bindings for wlroots. We took the simple tinywl C compositor and turned it into a Haskell-controlled shared library. This approach lets us incrementally port C code to Haskell while keeping a working window manager.

Call for participation