ICFP/SPLASH 2025
Sun 12 - Sat 18 October 2025 Singapore
Fri 17 Oct 2025 11:30 - 11:50 at Peony SW - Language design Chair(s): Gergő Érdi

Haskell is not the first language many would pick for embedded systems work, but since 2021 we have used it as the primary language for real-time embedded systems that coordinate concurrent workloads across machines, sensors, FPGAs, CUDA devices, and foreign-language components. After years in production, we look back on where Haskell’s properties proved most useful, in a setting defined by fast iteration, strict requirements for correctness and reliability, limited memory, and heterogeneous hardware. We report on that experience, showing how familiar idioms like STM channels and locks, resource-scoping patterns, streaming combinators, and incremental serialization served as effective mechanisms for concurrency, scheduling, and resource control. On the experimental side, we discuss trials with dependent types, linear types, and JIT-style techniques—showing where they enforced correctness (for example, dimensional checks in data pipelines) and where they added complexity without real benefit. From this we draw broad lessons: Simple Haskell scales, types enforce invariants, abstractions obscure latency, and advanced type features only sometimes pay off. Immutability, strong typing, laziness, resource scoping, and type-level reasoning supported rapid iteration and sustained the system across hardware refreshes and OS upgrades. Attendees are offered practical patterns and a set of heuristics for building reliable systems, as well as a broader view of how functional programming can thrive in resource-constrained, high-reliability environments, and how Haskell can be a viable choice for embedded projects.

Exploring functional programming, type-driven development, and real-world Haskell at scale and in embedded systems.

Fri 17 Oct

Displayed time zone: Perth change

10:30 - 12:15
Language designHaskell at Peony SW
Chair(s): Gergő Érdi Standard Chartered Bank
10:30
30m
Research paper
Rebound: Efficient, expressive, and well-scoped binding
Haskell
Noé De Santo University of Pennsylvania, Stephanie Weirich University of Pennsylvania
Link to publication DOI Pre-print
11:00
30m
Research paper
Total Type Classes
Haskell
Robert Weingart Imperial College London, Nicolas Wu Imperial College London
11:30
20m
Talk
Four Years of Embedded Haskell in Critical Real-Time Systems: Lessons and Insights
Haskell
11:50
20m
Talk
Haskell equations, thirty-eight years later
Haskell
Philip Wadler IOG; University of Edinburgh