Amiga E
Amiga E is a programming language created by Wouter van Oortmerssen on the Amiga computer. The work on the language started in 1991 and was first released in 1993. The original incarnation of Amiga E was being developed until 1997, when the popularity of the Amiga platform dropped significantly after the bankruptcy of Amiga intellectual property owner Escom AG.
According to Wouter van Oortmerssen:
"It is a general-purpose programming language, and the Amiga implementation is specifically targeted at programming system applications. "In his own words:
"Amiga E was a tremendous success, it became one of the most popular programming languages on the Amiga."
Overview
Amiga E combines features from several languages but follows the original C programming language most closely in terms of basic concepts. Amiga E's main benefits are fast compilation, very readable source code, flexible type system, powerful module system, exception handling, and Object-oriented programming.Amiga E was used to create the core of the popular Amiga graphics software Photogenics.
"Hello, World!" example
A "Hello, World!" program in Amiga E looks like this:History
1993: The first public release of Amiga E; the first release on Aminet was in September, although the programming language source codes were published on the Amiga E mailing list at least since May.1997: The last version of Amiga E is released.
1999: Unlimited compiler executable of Amiga E is released.
1999: Source code of the Amiga E compiler in m68k assembler is released under the GPL.