<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


About TurboForth

TurboForth is a fast Forth system on a cartridge for the TI-99/4A Home Computer. TurboForth provides a fast, efficient, and easy to use development environment for the TI-99/4A.

Until now, the only way to get fast code to run on the TI-99/4A was to code in C or Assembly Language. If you are familiar with this routine, you will know that this involves:

1) Load editor
2) Write/edit code
3) Save code
4) Exit editor
5) Load assembler
6) Assemble the code
7) Reset
8) Load the code
9) Run it
10) Errors? Goto 1

Not any more. Say goodbye to tortuous development cycles. Just type your code in at the keyboard and TurboForth will run it, immediately, at machine code speed (or, very nearly). Code can be saved in blocks for loading later. A built in editor makes editing your code easy and straightforward. Due to the built in editor, and the way Forth both interprets and compiles Forth code, you can use TurboForth as both a programming language and script language, *simultaneously*.

TurboForth Features:

You can download TurboForth for free for most TI-99/4A Emulators. You can also download the EPROM image if you want to make your own cartridge. TurboForth cartridges are also sold on eBay from time to time (depending on the availablity of PCBs - keep an eye out).


<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>