AMOS (programming language): Difference between revisions

Content deleted Content added
History: AMAL was included in the first public release of the language ("AMOS The Creator")
Line 28:
AMOS competed on the Amiga platform with Acid Software's [[Blitz BASIC]]. Both BASICs differed from other dialects on different platforms, in that they allowed the easy creation of fairly demanding multimedia software, with full structured code and many high-level functions to load images, animations, sounds and display them in various ways.
 
The original AMOS version was [[interpreter (computing)|interpreted]] which, whilst working fine, suffered from performance problems. Later, an AMOS [[compiler]] was developed, that reduced this problem.
 
To speed up the 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>http://grove.ufl.edu/~cwarner/computers.html</ref> It was also possible to control screen and "rainbow" effects using AMAL scripts.