- GFA BASIC
GFA BASIC is a dialect of the
BASIC programming language , byFrank Ostrowski . The first version was finished in 1986. In the mid and late 80's, it became very popular for theAtari ST homecomputer range (since theST BASIC shipped with them was more primitive). Later, ports for theCommodore Amiga ,DOS and Windows were marketed. Although theoretically still available today, it has been superseded by several other programming languages.GFA BASIC (as of version 2.0, the most popular one) was, by the standards of its time, a very modern programming language. It did without line numbers, one line was equivalent to one command, and the IDE, to greatly simplify maintenance of long listings, even allowed for code folding. It had a reasonable range of
structured programming commands (procedures with local variables and parameter passing by value or reference, loop constructs, etc.). It wasn't possible though to create structures or other agglomerated data types, and modularization was only rudimentary, making GFA BASIC best suited for small and medium-sized projects.On the upside, the interpreter was compact and reasonably fast. It was shipped with a runtime which could be distributed freely with your own programs. Later, a compiler was available, too, which increased execution speed by another factor of roughly 2. GFA BASIC integrated neatly into GEM and TOS, the
Atari ST 'soperating system , providing menus, dialog boxes, and mouse control (see WIMP interface).Although the source code was usually stored in a
tokenize d version to save room on disk, pieces of code could also be saved inASCII form, and as such made it possible to set up reusable libraries. The tokenized source files were a benefit in other ways too—for instance, GFA BASIC allowed users to include binary data in their BASIC code via an "INLINE" statement, and could even be integrated with the GFA Assembler to allow users to develop machine code programs inside INLINE statements in order to accelerate particular areas of a program. It also meant that the BASIC interpreter (and later the compiler) didn't need to tokenise a program when it was loaded, which would have been a significant load-time overhead for some of the larger GFA BASIC programs that were written.The editor also won much acclaim, by virtue of being fast, comfortable and stable. One of its nicest features was the option to "collapse" a procedure with a single keystroke ("code folding"), showing only its header line with the parameters, thereby leaving more room on the desktop.
Trivia
The name is derived from the company ("GFA Systemtechnik GmbH"), which distributed the software. GFA is an acronym for "Gesellschaft für Automatisierung" i.e. "Company for Automatization".
In a time before scanners and online help, some editions of the GFA manual came printed black on red paper, to avoid successful photocopying and bootlegging.
GFA Basic was widely used to quickly create editors by game developers. For example, Éric Chahi wrote a game editor in GFA basic to create his game Another World, including scene design and game scripting; only the game engine (polygon rendering and music) was done in assembler. This editor was used to make all ports of the game, including console ones and the collector edition for Windows released in 2006 [Another World Édition Spéciale 15ème Anniversaire for Windows, included making-of. Released by ElektroGames and SdLL (2006).] .
External links
* [http://www.gfasoft.gfa.net Official web site] (off line since 2002). [http://web.archive.org/web/20031216035228/http://www.gfasoft.gfa.net/ Archive] .
* [http://gfa-basic.liebenstein.de/index_en.htm GFA-Basic Community]
* [http://gfabasic32.googlepages.com/ GFA-BASIC 32 for Windows] — Free Community version
* [http://preverdy.free.fr/preverdy/kg2j/index.html Atari GFA Basic 3 (LST format) to Java 1.0 converter]
* [http://www.bright.net/~gfabasic/ The UnOfficial Home of GFA-Basic (Atari ST)]
* [http://aicq.atari-users.net/gfa/index.htm GokMasE´s GFA Page — links / source / manuals] - Another site with resources and links for GFA Basic on theAtari ST
* [http://www.run-software.de RUN! Software] — comprehensive IDE, application builder, runonly interpreter, library with new features and bugfixes (site German, docs English)
* [http://x11-basic.sourceforge.net/ X11-Basic] — Interpreter with full X graphic capability and syntax similar to theAtari ST implementation of "GfA Basic".
*http://www.tigen.org/gfabasic/index.php — GFA Basic onTI89 ! (French)
*http://www.people.freenet.de/p.hinz.kunz/index_e.html Code and downloads (GFA-Basic for Windows 32-Bit)
*http://www.vistoso.de/jh/programmer.html Code and Downloads for Windows 16-bit and 32-bit (German)Notes
Wikimedia Foundation. 2010.