请输入您要查询的百科知识:

 

词条 Amiga E
释义

  1. Description

  2. History

  3. Implementations

     Amiga E, by Wouter van Oortmerssen   CreativE, by Tomasz Wiszkowski.  PowerD, by Martin Kuchinka.  YAEC, by Leif Salomonsson.  ECX, by Leif Salomonsson.   RE, by Marco Antoniazzi.   PortablE, by Christopher Handley. 

  4. References

  5. External links

{{Refimprove|date=March 2018}}{{distinguish|E (programming language)|E (verification language)}}

Amiga E, or very often simply E, is a programming language created by Wouter van Oortmerssen on the Amiga. He has since moved on to develop the SHEEP programming language for the new AmigaDE platform and the CryScript language (also known as DOG) used during the development of the video game Far Cry.

Description

Amiga E is a combination of many features from a number of languages, but follows the original C programming language most closely in terms of basic concepts. Amiga E's main benefits are fast compilation (allowing it to be used in place of a scripting language), very readable source code, flexible type system, powerful module system, exception handling (not C++ variant) and Object oriented programming.

A "hello world" program in Amiga E looks like:

   PROC main()      WriteF('Hello, World!')   ENDPROC

Amiga E was used to create the core of the popular Amiga graphics software Photogenics.

History

1993: The first public release of Amiga E.[1]

1997: The last version of Amiga E is released (3.3a).

1999: Unlimited compiler executable of Amiga E is released.[2]

1999: Source code of the Amiga E compiler in M68K assembler is released under the GPL.[3]

1999: First version of CreativE is released. Based on Sourcecode of Amiga E.

1999: First version of PowerD is released. (0.01)

2000: First version of YAEC (Yet Another E Compiler) is released. (1.0)

2001: Final version of CreativE (2.12.3) is released.[4]

2002: Final version of YAEC is released (2.5d).

2002: First public release of ECX. (1.0)

2003: Final version of PowerD is released. (0.20)

2008: First public release of PortablE. (r1)

2008: First public release of RE. (0.9)

2009: First public release of PortablE for Microsoft Windows. (r4)

Implementations

Amiga E, by Wouter van Oortmerssen

The first compiler, written in M68k assembler. Support tools written in E. Generates M68000 machine code directly.

  • Platforms: AmigaOS and compatibles.
  • Targets: AmigaOS with 68000 CPU.[5]
  • Status: Stable, mature, discontinued, source available, freeware.

CreativE, by Tomasz Wiszkowski.

Based on the GPL sources of Amiga E and adds many extensions to the compiler.

  • Platforms: AmigaOS and compatibles.
  • Targets: Like Amiga E + some limited support for generating code that takes advantage of later M680x0 CPUs.
  • Status: Stable, mature, discontinued, source available, freeware.

PowerD, by Martin Kuchinka.

Based on the AmigaE language, but not compatible with it due to changes in syntax.

  • Platforms: AmigaOS and compatibles.
  • Targets: AmigaOS 3.0 68020 CPU+FPU, PPC.
  • Status: Stable, mature, under development, closed source, freeware.

YAEC, by Leif Salomonsson.

Written from scratch in E. Uses external assembler and linker.

  • Platforms: AmigaOS and compatibles.
  • Targets: AmigaOS 3.0 with 68020 CPU and FPU.
  • Status: Obsolete, unfinished, discontinued, closed source, freeware.
{{anchor|ECX}}

ECX, by Leif Salomonsson.

A compiler and tools written from scratch in E, can compile itself, supports multiple targets and adds many extensions.

  • Platforms: AmigaOS, AmigaOS 4 and MorphOS.
  • Targets: AmigaOS 3.0 68020, AmigaOS 4, MorphOS.
  • Status: Stable, mature, under development, closed source (was open source), shareware (was freeware).[6]
{{anchor|PortablE}}

RE, by Marco Antoniazzi.

Based on the AmigaE language, but not fully compatible, with some changes in syntax and additions, inspired by PowerD.

  • Platforms: AmigaOS and compatibles.
  • Targets: AmigaOS 3.0 68020 CPU+FPU, PPC.
  • Status: Stable, closed source, freeware.

PortablE, by Christopher Handley.

A meta-compiler written from scratch in E, can compile itself, supports multiple targets.

  • Platforms: Windows, AmigaOS (68k), AmigaOS 4 (PPC), AROS and MorphOS.
  • Targets: C++ and Amiga E.
  • Status: Stable, mature, under development, closed source, freeware.

References

1. ^{{cite magazine |last=McCreary|first=Charles R.|date=October 1993|title=Amiga E: Public Domain Programming Gem|language=|magazine=Amazing Computing For The Commodore Amiga|publisher=PiM Publications|issn=1053-4547|volume=8|number=10|pages=20-21}}
2. ^{{cite web | url=http://wouter.fov120.com/files/lang/e/ec33a.readme | title=The Amiga E v3.3a compiler | author=Wouter van Oortmerssen | accessdate=2012-02-04}}
3. ^{{cite web | url=http://wouter.fov120.com/files/lang/e/ec33a_src.readme | title=The Amiga E v3.3a compiler source | author=Wouter van Oortmerssen | accessdate=2012-02-04}}
4. ^{{cite web | url=http://aminet.net/package/dev/e/2b_CreativE | title=CreativE - AmigaE compiler/linker | author=Tomasz Wiszkowski | accessdate=2012-02-04}}
5. ^{{cite magazine |last=Vintenat|first=Lionel|date=April 1995|title=Amiga E: un challenger pour la programmation du systeme|language=French|magazine=AmigaNews|publisher=NewsEdition|issn=1164-1746|issue=78|pages=52-53}}
6. ^{{cite web | url=http://blubbedev.net/ecx/| title=E Compiler X | author=Leif Salomonsson| accessdate=2010-08-13| archiveurl= https://web.archive.org/web/20100918221755/http://www.blubbedev.net/ecx/| archivedate= 18 September 2010 | deadurl= no}}

External links

{{Portal|Amiga}}
  • Amiga E home page
  • ECX home page (a free PowerPC CPU implementation)
  • PortablE home page (a free Windows & Amiga-compatibles implementation)
  • Amiga E mailing list
  • The original Amiga E manual (for v3.3a)
  • A Beginner's Guide to Amiga E
  • RE on Aminet
{{AmigaOS}}

8 : Procedural programming languages|Amiga development software|AmigaOS 4 software|MorphOS software|AROS software|Programming languages created in 1993|Free software|Systems programming languages

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 2:25:46