Comment by whateveracct

Comment by whateveracct 2 days ago

2 replies

Between old Hugs and the new MicroHs, I think it's definitely doable with some elbow grease. I just don't know if anyone in the community cares that much about bootstrapping tho.

zozbot234 2 days ago

AIUI, the underlying problem is that both Hugs and whatever toy Haskell implementations are available don't support the extensions current versions of GHC require. And no one has done the work to carve out a minimal stage0 compiler out of the GHC codebase that doesn't need those extensions to be built.

  • hshdhdhehd a day ago

    So the problem is we want to use a different language to Haskell. GHC Haskell.