π THANKS
HelPS was inspired by many resources:
- Language:
- Compiler Quest - main inspiration
- A compiler for a subset of Haskell to Combinatory Logic - very simply, working case from Compiler Quest
- hs2lazy β Haskell to Lazy K compiler
- hs2bf - Haskell to brainfuck compiler
- Library:
- https://github.com/purescript/purescript-prelude
- https://github.com/idris-lang/Idris2
- https://github.com/kowainik/relude