Standing on the Shoulders of HBC
An email from Anthony Travers introduced us to HCT, his Haskell 98 translation of Lennart Augustsson's 1982 compiler. It gave BHC exactly the optimization roadmap we needed.
Read moreDevelopment updates, release notes, and insights from the BHC team.
An email from Anthony Travers introduced us to HCT, his Haskell 98 translation of Lennart Augustsson's 1982 compiler. It gave BHC exactly the optimization roadmap we needed.
Read moreAnthropic built a C compiler with sixteen parallel Claude instances. I built a Haskell compiler with one Claude and a Max subscription. We arrived at the same conclusions about the future of software development.
Read moreBHC now compiles real Haskell programs with pattern matching, closures, higher-order functions, recursion, type classes, and lazy evaluation. Here's what Phase 2 delivers.
Read moreBHC can now parse Haskell, type check, lower to Core IR, generate LLVM IR, link with the RTS, and produce working native executables. Here's what we've achieved.
Read more