- AMOS (programming language)
Infobox programming language
name = AMOS
paradigm = Imperative
year = 1990
designer =
developer =François Lionet andConstantin Sotiropoulos
latest_release_version =
latest_release_date =
latest_test_version =
latest_test_date =
typing = Static
implementations =
dialects = AMOS, Easy AMOS, AMOS Professional
influenced_by =STOS BASIC
influenced =
operating_system =AmigaOS
license = BSD style license
website = [http://www.clickteam.com/eng/downloadcenter.php?i=58 AMOS and STOS]AMOS BASIC is a dialect of the BASIC
programming language implemented on theAmiga computer. AMOS BASIC was published byEuropress Software and originally written byFrançois Lionet withConstantin Sotiropoulos . It is a descendant ofSTOS BASIC for theAtari ST . AMOS BASIC was first produced in 1990.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 interpreted which, whilst working fine, suffered from performance problems. Later, an AMOS
compiler was developed, that reduced this problem.After the original version of AMOS, Europress released two other versions: Easy AMOS, a simpler version for beginners, and AMOS Professional, a more advanced version with added features, such as a better IDE,
ARexx support, a new UI sublanguage and new flow control constructs. Neither of these new versions was significantly more popular than the original AMOS.AMOS was mostly used to make
video game s (platformers and graphical adventures) and educational software.The language was mildly successful within the Amiga community. Its ease of use made it especially attractive to beginners.
Perhaps AMOS BASIC's biggest disadvantage was its incompatibility with the Amiga's operating system functions and interfaces. Instead, AMOS BASIC controlled the computer directly, which caused programs written in it to have a non-standard user interface, and also caused compatibility problems with newer versions of the operating system.
Today the language has declined in popularity along with the Amiga computer for which it was written. Despite this, a small community of enthusiasts are still using it. The
source code to AMOS has since been released under a BSD style license byClickteam - a company that includes the original programmer.oftware using AMOS BASIC
*
ABase
*Miggybyte
*Scorched Tanks
*Spectrapaint
* games byVulcan Software , amongst which the trilogyee also
* [http://alvyn.sourceforge.net/ Alvyn Basic] — An attempt to recreate an
open source multiplatform BASIC interpreter, syntax-compatible with AMOS Professional. Project seems to have gone inactive during 2004.
* [http://sdlbasic.sourceforge.net/ sdlBasic] — a multiplatform Basic interpreter, multiplaform and open-source, using SDL libraries, very inspired from AMOS.External links
* [http://www.clickteam.com/eng/downloadcenter.php?i=58 Source code for AMOS and STOS (68000 ASM)]
* [http://amos.pspuae.com/ The AMOS Factory] (An AMOS support/community site)
* [http://sourceforge.net/projects/mattathias/ Mattathias BASIC] (Open source AMOS compiler, early alpha)
* [http://www.amigacoding.com Amigacoding website] (contains indepth info and references for AMOS)
Wikimedia Foundation. 2010.