Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of GNU E

Matching Terms:  GNU, GNU archive site, GNU assembler, GNU awk, GNU BC, GNU C, GNU C Library, GNU DC, GNU Emacs, GNU Free Documentation License, GNU General Public License, gnu goat, GNU mirror site, GNU Network Object Model Environment, GNU Problem Report Management System, GNU public licence, GNU sed, GNU Smalltalk, GNU superoptimiser, GNUMACS, Gnuplot, GNUS, GNUStep

Computing Dictionary
 
 Definition: 

A persistent C++ variant

Version 2.3.3

compiler

GNU E is a persistent, object oriented programming language developed as part of the Exodus project. GNU E extends C++ with the notion of persistent data, program level data objects that can be transparently used across multiple executions of a program, or multiple programs, without explicit input and output operations.

GNU E's form of persistence is based on extensions to the C++ type system to distinguish potentially persistent data objects from objects that are always memory resident. An object is made persistent either by its declaration (via a new "persistent" storage class qualifier) or by its method of allocation (via persistent dynamic allocation using a special overloading of the new operator). The underlying object storage system is the Exodus storage manager, which provides concurrency control and recovery in addition to storage for persistent data.

restriction: Copyleft; not all run-time sources are available (yet)

requires: release 2.1.1 of the Exodus storage manager

E-mail: <[email protected]>.

 
 Websites: 
 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY