cd/entity/Haskell· home entities Haskell
grep -l @haskell /news/*.json | wc -l → 25

Haskell

mentions 25 type Organization page 1/2 feed RSS

// recent coverage 25 mentions

11:49
2026-07-23
promptcube3.com
ai-tools

DocCharm: Automating Help Center Updates via GitHub

DocCharm automates help center updates by watching GitHub repositories and using AI to suggest article revisions or drafts when features change, with every suggestion entering a human review queue bef…

19:42
2026-07-22
ebellani.github.io
developer-tools

Why care about programming languages

Eduardo Bellani argues that deep knowledge of programming languages remains essential in the age of AI-assisted coding because languages embody fundamental ideas about structuring thought and managing…

10:34
2026-07-20
discourse.haskell.org
developer-tools

Line of code not working as expected

A Haskell beginner encountered unexpected behavior in a conditional expression due to operator precedence, where `x && y == False` was parsed as `x && (y == False)` instead of `(x && y) == False`. The…

09:38
2026-07-20
discourse.haskell.org
developer-tools

Ghcid-check for programmatic fast feedback

A developer published ghcid-check, a small wrapper script around ghcid that provides programmatic fast feedback for Haskell coding agents, allowing users to launch a ghcid process with `ghcid-check --…

22:08
2026-07-15
machinebrief.com
artificial-intelligence

Haskell Faces AI Pressure as Scarf Moves to Python

Scarf, a software platform that relied on Haskell for seven years, is migrating to Python because Haskell's slow compilation and tooling cannot keep pace with AI-assisted development, founder Avi Pres…

20:37
2026-07-15
theregister.com
artificial-intelligence

Prominent Haskell defector pilloried by anti-AI purists

Scarf founder Avi Press announced the company is shifting new development from Haskell to Python, citing Haskell's slow adaptation to AI-assisted development. Press warned that Haskell is "in real dan…

08:08
2026-07-11
byteiota.com
developer-tools

Scarf Drops Haskell After 7 Years: AI Workflows Win

Avi Press, chair of the Haskell Foundation board, moved Scarf's production backend off Haskell after seven years, citing that AI coding agents made slow compilation economically unbearable. Press's po…

02:02
2026-07-11
sourcefeed.dev
developer-tools

The Cost of the Compiler in the Age of AI

Scarf, a developer tools company, is migrating its core web API from Haskell to Python after seven years, citing the high cost of Haskell's slow compilation in an era of AI-generated code and agentic …

09:38
2026-07-08
discourse.haskell.org
developer-tools

Senior/Staff Haskell Developer - Remote from EU/EEA

Scrive, a legaltech company in the e-signing space, is hiring a Senior/Staff Haskell Developer for a fully remote position within the EU/EEA. The role requires 8+ years of professional experience with…

00:00
2026-07-07
haskellforall.com
developer-tools

Mechanized type inference for record concatenation

A developer has published a mechanized type inference algorithm for biased record concatenation, based on Mitchell Wand's 1991 paper, to address challenges in type-checking the Nix language. The algor…

23:03
2026-07-03
sourcefeed.dev
large-language-models

The Supply Chain Risk of LLM Code in Dependencies

Maintainers using generative AI to write library code are introducing unprecedented quality, legal, and maintenance risks into the open-source supply chain, as downstream projects face broken changes,…

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` …

13:09
2026-06-23
discourse.haskell.org
developer-tools

Is anyone using MicroHs?

MicroHs, a Haskell compiler, is being used in practical applications including keyboard firmware and interactive notebooks, demonstrating its growing utility beyond theoretical use. Developers report …

12:46
2026-06-23
haskellforall.com
developer-tools

Record type inference for dummies

A developer explains the basics of type inference for anonymous records, arguing that good type inference for such records is a key missing feature in statically typed languages. The post introduces t…

12:43
2026-06-19
discourse.haskell.org
ai-chips

Join us at MatX!

MatX, an AI chip startup, is hiring a Bluespec Design Engineer, seeking Haskell developers even without hardware experience. The role is based in Mountain View with hybrid requirements for US candidat…

07:25
2026-06-17
borretti.me
developer-tools

Two Years of OCaml

After two years of using OCaml to rewrite the Austral compiler, the author shares a critical assessment of the language, highlighting its syntactic flaws and pragmatic shortcomings while acknowledging…

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…

page 1 / 2 next →
// co-occurs with top 8 entities
// topics top 6 topics