Category:AmigaE: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎See Also: added link to online manual)
m (→‎See Also: fixed link using space as separator instead of pipe (oops))
 
Line 11: Line 11:
==See Also==
==See Also==
* [[wp:Amiga E|Wikipedia: AmigaE]]
* [[wp:Amiga E|Wikipedia: AmigaE]]
* [http://cshandley.co.uk/amigae/|online AmigaE manual]
* [http://cshandley.co.uk/amigae online AmigaE manual]

Latest revision as of 11:57, 27 October 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
AmigaE
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using AmigaE.

E is an object-oriented/procedural/unpure functional/whatever language with quite a popular implementation on the amiga. It's mainly influenced by languages such as C++, Ada, Lisp etc. (from the official site)

Do not confuse E with AmigaE. Amiga E was born in 1993, E in 1997. Unluckily, they share the same name, and since Amiga E is the most popular (as far as I know, unique...!) implementation of E, and since Amiga E has some features that bind it to Amiga family, the name AmigaE seems reasonable, even though HOPL reports it as E.

The language was designed by Wouter van Oortmerssen, also the perpetrator of FALSE.

See Also