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: