Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gelisam/lambda-nogc
- Owner: gelisam
- Created: 2013-03-21T00:11:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T02:50:09.000Z (over 11 years ago)
- Last Synced: 2023-04-13T07:57:03.930Z (over 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.