AMOS (programming language): Difference between revisions

Content deleted Content added
VolkovBot (talk | contribs)
m robot Adding: sh:AMOS BASIC
Lightbot (talk | contribs)
Dates per wp:mosnum/Other
Line 20:
}}
 
'''AMOS BASIC''' is a dialect of the [[BASIC programming language|BASIC]] [[programming language]] implemented on the [[Amiga]] computer. AMOS BASIC was published by [[Europress Software]] and originally written by [[François Lionet]] with [[Constantin Sotiropoulos]]. It is a descendant of [[STOS BASIC]] for the [[Atari 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.
Line 45:
 
==See also==
*[http://alvyn.sourceforge.net/ Alvyn Basic] — An attempt to recreate an [[open source]] [[multiplatform]] [[BASIC (programming language)|BASIC]] [[interpreter (computing)|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.