- AmigaBASIC
AmigaBASIC was a
BASIC programming language implementation for theAmiga , designed and written byMicrosoft . AmigaBASIC shipped withAmigaOS versions 1.1 to 1.3. It succeededABasiC , which was included in AmigaOS 1.0 and 1.1, and it was replaced withARexx , aREXX -style scripting language, from AmigaOS version 2.0 onwards.AmigaBASIC provided not only the common BASIC language, but also attempted to provide an easy-to-use
API for the Amiga's unique graphics and sound capabilities. OBJECT commands, for example, made it easy to create moving objects - sprites and bobs that could be drawn with an external drawing program, "Object editor", that was supplied with AmigaBASIC."
Compute! ", a popular computer magazine published while AmigaBASIC was still being shipped, included many AmigaBASIC programs in their articles. "Compute!" readers could type the source code into the AmigaBASIC editor to add new software to their Amiga. The source code listings were typically implementations of simple programs, such as rudimentary games, analog clocks and address books.Many of today's successful computer programmers got their start on AmigaBASIC, including a few that work at Valve Software, the company that makes the Half-Life series of games. Fact|date=February 2007
Hello World in AmigaBASIC
You can go one better by adding the following line:' Hello World for AmigaBASICPRINT "Hello, world!"
The Amiga will then actually say "Hello, world." in addition to displaying it on screen.SAY TRANSLATE$ ("HELLO WORLD")Other BASIC languages for AmigaOS
* ACE was a BASIC compiler, written by David Been, that was designed to work with the AmigaBASIC language. The compiler produced
Motorola 68000 assembly language which could be assembled and linked into native Amiga executables. The primary benefits were performance, lower run-time memory requirements, the ability to execute software without AmigaBASIC, and the ability to distribute software without having to release the actual source code. ACE also provided additional APIs to expand the capability of the AmigaBASIC language.
* A/C Basic by Absoft was a compiler for AmigaBASIC programs that turned them into native executables that could be run without AmigaBASIC or the program's source code being present.
* Cursor was another AmigaBASIC editor and compiler.
*GFA BASIC , originally developed for theAtari ST , was ported to the Amiga platform by its author,Frank Ostrowski .
*HiSoft BASIC was another BASIC variant ported from the Atari ST to the Amiga.
*AMOS BASIC , developed byFrançois Lionet , was a commercial language which provided extensive support for the Amiga's graphics hardware and was designed primarily for games programming. It was used to write several commercial games and educational software.
*Blitz BASIC was a direct commercial competitor to AMOS, published byAcid Software . Like AMOS, it was targeted at games programming. Its successor, Blitz Basic 2, was used to write several commercial games, including the popularTeam17 game Worms.Example AmigaBASIC code
* [http://www.atarimagazines.com/compute/issue87/Fractal_Mountains_For_Amiga.php "COMPUTE!", August 1987, pg 89 "Fractal Mountains For Amiga"] Source code listing of a fractal mountain generator.
* [http://www.atarimagazines.com/compute/issue89/Button_Command.php "COMPUTE!", October 1987, pg 71 "A Button Command"] Source code listing for enhanced buttons, such as radio-style buttons.
* [http://www.atarimagazines.com/compute/issue90/Masked_Input_For_The_Amiga.php "COMPUTE!", November 1987, pg 86 "Masked Input For The Amiga"] Source code listing for a masked text input box.
Wikimedia Foundation. 2010.