Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 442 Bytes

File metadata and controls

8 lines (7 loc) · 442 Bytes

heapless

This is a research project aiming to explore functional programming languages which do not require a heap at run-time.

Project structure:

  • compiler - The prototype implementation written in Haskell.
  • examples - Examples of the language in action, doubling as a test suite for the compiler.
  • extension - A VSCode language extension (basic syntax highlighting only).
  • paper - Research whitepaper describing the approach.