Overview
The Euphoria language is a general purpose procedural language that focuses on simplicity, legibility, rapid development and performance.
- Simplicity
- - The language uses just four built-in data types (see below)
- - Automatic garbage collection is implemented.
- Legibility
- - The syntax favors simple English keywords over the use of punctuation to delineate constructs.
- Rapid Development
- - Euphoria is interpreted to encourage prototyping and incremental development.
- Performance
- - Euphoria incorporates an efficient reference-counting garbage collector that correctly handles cyclic references.
Read more about this topic: Euphoria (programming Language)