cd/sources/discourse-auto-discovered· home sources Discourse (auto-discovered)
cat /sources/discourse-auto-discovered.feed | wc -l → 21

Discourse (auto-discovered)

articles 21 domain discourse.haskell.org → page 1/2 feed RSS
13:00
2026-06-05
discourse.haskell.org
ai-tools

[ANN] tricorder - a new development tool for Haskell and LLMs

Christian, an engineer at Tweag, released the first version of tricorder, a new development tool for Haskell that serves as a standalone replacement for ghcid or ghciwatch. The tool features a CLI tha…

17:49
2026-06-02
discourse.haskell.org
ai-tools

Template haskell quotations guide

A Haskell developer seeking reliable documentation for Template Haskell quotation types reports difficulty determining expected types for splices within quotes, such as whether a splice requires `Q Na…

20:54
2026-05-23
discourse.haskell.org
news

How do I implement this transformation using generics?

The article describes a Haskell data type for integer lists that includes two constructors, `Cons1` and `Cons2`, where `Cons2` embeds a `DeeperList` (which itself wraps a `List`). The author wants to …

21:18
2026-05-22
discourse.haskell.org
developer-tools

From-text: type class to convert from Text

A new Haskell package introduces the `IsText` type class with a `fromText` function to simplify conversion from `Text` to other textual data types like `ByteArray`, `ByteString`, and `OsPath`, using U…

19:31
2026-05-22
discourse.haskell.org
developer-tools

Exception Annotations: Lay of the Land

The article discusses the design and limitations of exception annotations in Haskell, noting that the `annotated-exception` library works on older GHC versions but forces all library consumers to use …

17:40
2026-05-22
discourse.haskell.org
open-source

[RFC] Sunsetting i386?

The article discusses the ongoing difficulties with maintaining i386 (32-bit) architecture support in GHCup, including segfaults in Cabal CI and manual builds for Alpine Linux. The author is consideri…

15:17
2026-05-22
discourse.haskell.org
research

Components of natural transformations and vertical composition

The article explores the concept of components of natural transformations in category theory, focusing on how these components can be composed vertically. It extends the discussion of transformations,…

14:02
2026-05-22
discourse.haskell.org
developer-tools

Empty list without list literals

The article describes a problem where the Haskell language extension `OverloadedLists` automatically transforms list literals like `[]` into `fromList []`, interfering with a rewrite rule for the `++`…

08:19
2026-05-22
discourse.haskell.org
research

Homomorphic static analysis

Concept of homomorphic static analysis, explaining that applicatives enable such analysis while monads do not. It explores the practical implications of this distinction and the specific type of stati…

05:05
2026-05-22
discourse.haskell.org
developer-tools

[ANN] GHCup 0.2.2.0 release

The GHCup 0.2.2.0 release, sponsored by IOG, introduces a major rewrite featuring a new "3rdparty" channel that provides access to non-core tools like Agda, ormolu, and hlint. The update also adds sup…

23:11
2026-05-21
discourse.haskell.org
developer-tools

Botan bindings devlog

Technical challenges of importing Botan's `BOTAN_HAS_` support macros for use in Haskell with CPP and conditional compilation. The main obstacles include an indented `#define` in `build.h` th…

22:17
2026-05-21
discourse.haskell.org
developer-tools

The design of array libraries

Design and efficiency of array libraries in Haskell, with the author expressing skepticism about `Data.Array`'s performance and advocating for simpler wrappers around `Data.Primitive.Array`. The autho…

18:05
2026-05-21
discourse.haskell.org
large-language-models

Anti-LLM Sentiment Considered Harmful

Contentious debate surrounding the use of large language models (LLMs) in software development, particularly criticizing those who dismiss LLM tools without serious hands-on experience. It highlights …

14:18
2026-05-21
discourse.haskell.org
open-source

Issue 525 :: Haskell Weekly newsletter

The Haskell Weekly newsletter issue 525 was published on May 21, 2026, by Taylor Fausak. It compiles recent news, articles, and resources from the Haskell programming community. The issue received one…

14:14
2026-05-21
discourse.haskell.org
developer-tools

Lazily consuming a self-referential linked list

The author experimented with implementing a lazily generated work queue for recursive algorithms like breadth-first search and grammar FIRST-Set computation, but found it outperformed by `Data.Sequenc…

12:40
2026-05-21
discourse.haskell.org
developer-tools

MCP server for Hackage

An MCP server for Hackage that enables local Hoogle queries, offering better results for local package development by using local dependencies and providing access to private dependencies. The author …

12:10
2026-05-21
discourse.haskell.org
open-source

Haskell Foundation 2026 Update

The Haskell Foundation announced that Executive Director José will step down in June 2026, and the Board will restructure the organization to focus most financial resources on technical work. The Foun…

02:51
2026-05-21
discourse.haskell.org
open-source

Haskell Ant Simulator Talk

Agent-based ant foraging simulator in Haskell and delivered a well-received 40-minute talk about the project at their company. They are now seeking suggestions for venues, particularly those related t…

page 1 / 2 next →