Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Lang/Batari-Basic/00-LANG.txt
Normal file
15
Lang/Batari-Basic/00-LANG.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{{language|batari Basic]
|
||||
|hopl=no
|
||||
|exec=compiled
|
||||
|tags=basic,bataribasic
|
||||
|site=http://bataribasic.com/}}
|
||||
{{Implementation|BASIC}}
|
||||
'''batari Basic''' is a version of the BASIC programming language used to program the Atari 2600. Unlike [[BASIC Programming]], an official cartridge released in 1979 which interprets code, the code is compiled, increasing the speed of execution and allowing it to be put on a cartridge. As the syntax is simpler, it is easier to write code in a shorter amount of time than the equivalent assembly language.
|
||||
|
||||
==History==
|
||||
batari Basic was created by Fred X. Quimby, who introduced it on July 7, 2005, aiming for it to be used to make programming the Atari 2600 easier, with the idea users would move onto assembly language.<ref>[https://atariage.com/forums/topic/72428-atari-2600-basic-compiler-is-here/ Atari 2600 BASIC compiler is here!]</ref> These goals have since expanded, e.g. to attract more developers to develop homebrew, due to the ease of programming compared to the difficulty of assembly language, previously the only option.
|
||||
|
||||
==External links==
|
||||
* [https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html Documentation]
|
||||
* [https://github.com/batari-Basic/batari-Basic Source code and downloads]
|
||||
* [https://8bitworkshop.com/redir.html?platform=vcs&file=bb%2Fhelloworld.bas Online IDE]
|
||||
2
Lang/Batari-Basic/00-META.yaml
Normal file
2
Lang/Batari-Basic/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Batari_Basic
|
||||
1
Lang/Batari-Basic/Hello-world-Graphical
Symbolic link
1
Lang/Batari-Basic/Hello-world-Graphical
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Graphical/Batari-Basic
|
||||
Loading…
Add table
Add a link
Reference in a new issue