Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gelisam/lambda-nogc

Proof of concept that the lambda-calculus doesn't need a garbage-collector.
https://github.com/gelisam/lambda-nogc

Last synced: 22 days ago
JSON representation

Proof of concept that the lambda-calculus doesn't need a garbage-collector.

Awesome Lists containing this project

README

        

lambda-nogc
===========

To prove that functional languages don't need to be garbage-collected, we implement the lambda-calculus using smart pointers.