True BASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add a brief page for True BASIC.)
 
(added a bit more info)
Line 1: Line 1:
{{implementation|BASIC}}
{{implementation|BASIC}}
'''True BASIC''' is the commercial version of the original [[BASIC]] by Kemeny and Kurtz. True BASIC supported a few different platforms, but recent versions require [[Windows]].
'''True BASIC''' is the commercial version of the original [[:Category:BASIC|BASIC]] by Kemeny and Kurtz. True BASIC formerly supported a few different platforms, but recent versions require [[Windows]].


True BASIC started out as an [[wp:BASIC#Standards|ANSI BASIC]]-complaint compiler, with enhancements soon added to extend the functionality. The code is somewhat similar to old [[Microsoft]] BASIC code (i.e. [[BASICA]] and [[:Category:GW-BASIC|GW-BASIC]]), but is dissimilar enough that it requires translation. The True BASIC website offers a free "BASIC-to-True BASIC" converter to ease the process (and also a [[:Category:Fortran|Fortran]]-to-True BASIC converter).
Rosetta Code seems to have no True BASIC programs.


Rosetta Code seems to have no True BASIC-specific solutions.
* [http://www.truebasic.com/ True BASIC]

* [[wp:True BASIC]]
* [http://www.truebasic.com/ True BASIC home page]
* [[wp:True BASIC|True BASIC on Wikipedia]]

Revision as of 07:39, 17 October 2011

True BASIC is an implementation of BASIC. Other implementations of BASIC.

True BASIC is the commercial version of the original BASIC by Kemeny and Kurtz. True BASIC formerly supported a few different platforms, but recent versions require Windows.

True BASIC started out as an ANSI BASIC-complaint compiler, with enhancements soon added to extend the functionality. The code is somewhat similar to old Microsoft BASIC code (i.e. BASICA and GW-BASIC), but is dissimilar enough that it requires translation. The True BASIC website offers a free "BASIC-to-True BASIC" converter to ease the process (and also a Fortran-to-True BASIC converter).

Rosetta Code seems to have no True BASIC-specific solutions.