<div dir="ltr">>    I’m looking to appreciate “retro” Haskell projects, things from before stabilization/company use. <br>>    Such as: <br>>    ...<br>>    BlueSpec compiler <a href="https://github.com/B-Lang-org/bsc">https://github.com/B-Lang-org/bsc</a><br><br>Note, the Bluespec compiler, though written in "retro" Haskell,<br>remains in daily production use (as it has been, for 2 decades).<br><br>Another project, written a few years ago but in totally "retro" style<br>is Forvis, a complete executable spec for the RISC-V instruction set:<br><br>    <a href="https://github.com/rsnikhil/Forvis_RISCV-ISA-Spec">https://github.com/rsnikhil/Forvis_RISCV-ISA-Spec</a><br><br>Covers RV32 and RV64; unprivileged and privileged:<br>  unprivileged ISA:<br>      I (basic integer)<br>      M (integer multiply/divide)<br>      A (atomics)<br>      F, D (single and double precision floating point)<br>      C (compressed)<br>  privileged ISA:<br>      M (machine), S (supervisor) and U (user modes)<br>      Sv32, Sv39 and Sv48 virtual memory<br>and has successfully booted a Linux kernel.<br><br>Rgds,<br><br>Nikhil<br></div>