External Publication
Visit Post

Modern Haskell → C translation approaches?

Haskell Community [Unofficial] April 22, 2026
Source

Markus_Puura:

I did try MicroHs as suggested, but the generated C code appears to represent the Haskell runtime rather than the original program structure

A good haskell to C compiler wont output c code that reflects the haskell program. Haskell needs extensive optimization and whatnot to be performant on tradiitonal cpus, or to be compiled to a language such as C.

Discussion in the ATmosphere

Loading comments...