The Eightebed Programming Language
eightebed
Version: 1.1
Revision : 2011.0510
Download
Latest: | eightebed-1.1-2011.0510.zip |
| eightebed-1.0-2010.0901.zip |
Requirements
- To run: Python 2.5.2 or later
Description
Eightebed is a small language with explicit malloc and free,
Through a modicum of static analysis
and runtime support, Eightebed is safe: it is not possible to dereference a dangling
pointer or otherwise incorrectly-populated memory.
Eightebed was designed as a counter-example to Gregor Richards' claim that such
a language would either need a garbage collector, or not actually implement free.
Eightebed has a real free and has no garbage collector.
Documentation
Browse
- doc/
- eg/
- src/