andrew-johnson-4 / lambda-mountain

Typed Macro Assembler (x86, HTML, WASM, lots of things)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
17 stars 0 forks source link

Strongly Typed GC #347

Open andrew-johnson-4 opened 4 months ago

andrew-johnson-4 commented 4 months ago

A strongly typed garbage collector would be cool, but this is the most complicated thing that is still possible that I can think of.

andrew-johnson-4 commented 3 months ago

https://hackage.haskell.org/package/reference-counting-0.1.0.0/candidate

Something like linear typed reference counting.

andrew-johnson-4 commented 2 months ago

https://github.com/alt-romes/reference-counting

Talked with author and he confirmed it would be ok to reference that as a starting point. BSD 3 clause license for project.