Difference between revisions of "Programming languages"

From Ninerpedia
Jump to navigation Jump to search
(→‎Others: remove duplicated reference to TIC whatever it is, remove link to none existant page for c TIC. Leave one ref to TIC with no link.)
(3 intermediate revisions by 2 users not shown)
Line 22: Line 22:
==Forths==
==Forths==
* [[TI FORTH]],  
* [[TI FORTH]],  
* [[TEXFORTH]]
* TEXFORTH
* [[Wycove FORTH]]
* [[Wycove FORTH]]
* [[FIG Forth 2.0]] (M. Weiand)
* [[FIG Forth 2.0]] (M. Weiand)
* [[TurboForth]]


==Others==
==Others==
Line 35: Line 36:
* APL (Adventure Programming Language, for the classic Scott Adams Adventure)
* APL (Adventure Programming Language, for the classic Scott Adams Adventure)
* GPL (built-in, originally not available to user)
* GPL (built-in, originally not available to user)
* TIC  
* [[TIC]] (cross-compiler)
* TASM (cross-assembler)
* TASM (cross-assembler)
* xdt99 (cross-assembler)
* [[Pascal#Turbo_Pasc'99|Turbo Pasc'99]] (disk)
* [[Pascal#Turbo_Pasc'99|Turbo Pasc'99]] (disk)
* [[Pascal#UCSD_Pascal_System|UCSD Pascal]] (cartridge, disk, expansion card)
* [[Pascal#UCSD_Pascal_System|UCSD Pascal]] (cartridge, disk, expansion card)


[[Category:Programming language| ]]
[[Category:Programming language| ]]

Revision as of 16:01, 17 July 2015

TI BASIC is the first programming language that you get to know when you start using the TI. Cartridges allow to extend the limited features of the standard console considerably. Probably the first cartridge people tried to get was Extended Basic. Other languages were available to run in assembly or Basic.

With a memory expansion and a floppy drive, programming in assembly language becomes possible. From there on, many further language compilers or interpreters may be created and complement the set of available programming languages:

BASICs

Extensions to TI Basic with modules:

Extended BASICs:

Forths

Others

  • 9900 Assembly with Editor/Assembler (cartridge, disk) and Mini Memory (cartridge, tape)
  • TI LOGO I, several flavors using keywords from English, German, and other languages
  • TI LOGO II, several flavors using keywords from English, Dutch, French, German, and other languages
  • c99 (disk)
  • C99 MDOS
  • FORTRAN 9640 (disk, Geneve)
  • APL (Adventure Programming Language, for the classic Scott Adams Adventure)
  • GPL (built-in, originally not available to user)
  • TIC (cross-compiler)
  • TASM (cross-assembler)
  • xdt99 (cross-assembler)
  • Turbo Pasc'99 (disk)
  • UCSD Pascal (cartridge, disk, expansion card)