Categories
Epsilon
'GNU epsilon' is a purely-functional strongly-typed omega-order language, moving towards Lisp in that it allows dynamic management of source code at runtime. It is oriented to ease of development and readability. The static scoping rule and the type checkings at compile-time should make the language "safe".
Its features include:
* static scoping
* first-class functions
* Hindley-Milner type system with type inference
* modules
* synonym, concrete and abstract types, with polymorphism
* a scanner generator
* a purely functional I/O system, inspired by Haskell
* can generate C code, Scheme code, and bytecode for a virual machine
The package currently includes a compiler, interpreter,
runtime system, and garbage collector. Planned or not yet finished:
parser generator, classes, an extensive library, optimizer, partial
evaluator, pretty-printer, an Emacs mode, parellel implementation for
SMPs and clusters, interoperability with other languages via CORBA.
Last updated 26 May, 2005
Versions
NO_VERSION_DATA
NO_VERSION_DATA
- Released: 1 Jan, 1970
- Code Maturity: Stable
- Source Archive: http://savannah.gnu.org/projects/epsilon
- Licenses: GPLv2orlater
- Interfaces: Command Line
User Community and Support
User manual included and available from http://www.gnu.org/software/epsilon/manual/index.html
General Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anoncvs@subversions.gnu.org:/cvsroot/epsilon - VCS Repository Webview



