cd/entity/GHC· home entities GHC
grep -l @ghc /news/*.json | wc -l → 6

GHC

mentions 6 type Organization feed RSS

// recent coverage 6 mentions

22:16
2026-06-29
discourse.haskell.org
machine-learning

Meaning of strictness

A Haskell developer explains that strictness analysis, a denotational concept, does not guarantee a function evaluates its argument on every code path, as demonstrated by the function \x y -> x `seq` …

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…

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…

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

Botan bindings devlog

Technical challenges of importing Botan's `BOTAN_HAS_<feature>` 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…

// co-occurs with top 8 entities