Skip to content

eayus/heapless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A functional programming language which does not require the heap at run-time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published