AMOS (programming language): Difference between revisions

Content deleted Content added
History: not seeing any third-party coverage of AMOS-2/AOZ
Line 28:
The original AMOS was a [[BASIC interpreter]] which, whilst working fine, suffered the same disadvantages of any language being run [[interpreter (computing)|interpretively]]. By all accounts, AMOS was extremely fast among interpreted languages, being speedy enough that an extension called AMOS 3D could produce playable 3D games even on plain 7&nbsp;MHz 68000 Amigas. Later, an AMOS [[compiler]] was developed that further increased speed. AMOS could also run [[MC68000]] machine code, loaded into a program's memory banks.<ref>[https://archive.org/stream/1990-lionet-francois-amos-the-creator-user-guide/1990-lionet-francois-amos-the-creator-user-guide_djvu.txt The Creator], by François Lionet, 1990, ''"AMOS Basic includes special facilities which allow you to combine assembly language routines with your Basic programs."''</ref>
 
To simplify animation of sprites, AMOS included the AMOS Animation Language (AMAL), a compiled sprite scripting language which runs independently of the main AMOS BASIC program.<ref>{{cite web|url=http://grove.ufl.edu/~cwarner/computers.html |title=ArchivedComputers copy |access-date=2010-11-22 |url-status=dead |archive-url=https://web.archive.org/web/20101208051702/http://grove.ufl.edu/~cwarner/computers.html |archive-date=2010-12-08 }}</ref> It was also possible to control screen and "rainbow" effects using AMAL scripts. AMAL scripts in effect created CopperLists, small routines executed by the Amiga's Agnus chip.
 
After the original version of AMOS, Europress released a compiler ('''AMOS Compiler'''), and two other versions of the language: '''Easy AMOS''', a simpler version for beginners, and '''AMOS Professional''', a more advanced version with added features, such as a better [[integrated development environment]], [[ARexx]] support, a new [[user interface]] API and new [[control flow|flow control constructs]]. Neither of these new versions was significantly more popular than the original AMOS.{{Citation needed|date=January 2012|reason=For example, from my experience it was way more popular. References to sales figures or alike would be nice.}}