Category:Batari Basic: Difference between revisions

From Rosetta Code
Content added Content deleted
m (The layout is different, and it now says who launched Batari Basic and when.)
(The page is in more detail.)
Line 1: Line 1:
{{language|batari Basic
{{language|batari Basic]
|hopl=no
|exec=compiled
|exec=compiled
|tags=basic,bataribasic}}
|tags=basic,bataribasic
|site=http://bataribasic.com/}}
{{Implementation|BASIC}}
{{Implementation|BASIC}}
batari Basic is a BASIC dialect used to program the Atari 2600. Batari BASIC was launched in 2005 by Fred X. Quimby. Unlike ''BASIC Programming'', an official BASIC interpreter for the Atari 2600, with which the code is interpreted, the code is compiled, allowing for code to run faster.
batari Basic is a BASIC dialect used to program the Atari 2600. Batari BASIC was launched in 2005 by Fred X. Quimby. Unlike ''BASIC Programming'', an official BASIC interpreter for the Atari 2600, with which the code is interpreted, the code is compiled, thus allowing for code to run faster, and allowing programs to made into a cartridge that will play on real hardware. In addition, as the syntax is simpler, it is easier to write a game in a shorter amount of time than with assembly language.

==History==
In July 2005, batari Basic was launched by Fred X. Quimby, with the goal to create a simplified programming language to make it easier to learn programming for the Atari 2600, before later moving on to assembly language. These goals have since expanded. For instance, one of batari Basic's goals is to attract more developers to the Atari 2600 homebrew scene, due to it being relatively easy to program in, and the difficult nature of programming in assembly language, which was the only option available before batari Basic.

==External links==
* [https://alienbill.com/2600/basic/downloads/0.35/help.html Documentation of the programming language]
* [https://8bitworkshop.com/v3.5.1/?platform=vcs Online IDE]

Revision as of 11:10, 8 June 2020

Language
Batari Basic
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method:
Lang tag(s): basic,bataribasic


Listed below are all of the tasks on Rosetta Code which have been solved using Batari Basic.
Batari Basic is an implementation of BASIC. Other implementations of BASIC.

batari Basic is a BASIC dialect used to program the Atari 2600. Batari BASIC was launched in 2005 by Fred X. Quimby. Unlike BASIC Programming, an official BASIC interpreter for the Atari 2600, with which the code is interpreted, the code is compiled, thus allowing for code to run faster, and allowing programs to made into a cartridge that will play on real hardware. In addition, as the syntax is simpler, it is easier to write a game in a shorter amount of time than with assembly language.

History

In July 2005, batari Basic was launched by Fred X. Quimby, with the goal to create a simplified programming language to make it easier to learn programming for the Atari 2600, before later moving on to assembly language. These goals have since expanded. For instance, one of batari Basic's goals is to attract more developers to the Atari 2600 homebrew scene, due to it being relatively easy to program in, and the difficult nature of programming in assembly language, which was the only option available before batari Basic.

External links

Pages in category "Batari Basic"

This category contains only the following page.