Forth#
Background#
Forth is a programming language that uses a stack-based metaphor in an effort to reduce memory requirements as much as possible. In contrast to languages like Basic, the parser never has to "look ahead" to find additional data in order to see if a command is properly entered, any data it could need has to be pushed onto the stack as well. This greatly reduces the size of the parser, and as a result, leaves more room free for programs.Another key aspect of the language was Forth's inherently multitasking design. The program could set up separate stacks and feed different code into each one. The Forth kernel would run each of these stacks in turn, so all Forth programs had access to these features. This made writing multithreaded code very easy, so one could, for instance, have a thread reading the joystick as it moved, and then read that value in a game loop in another stack.
The downside to the stack-based approach is that it makes the language difficult to understand by mere mortals. Even tutorials purporting to show how simple it was often ended in an unreadable mess. As a result, Forth was subject to perhaps one of the longest running fanboi wars since APL was invented. Constantly derided by practically everyone in the industry, it saw some interest in spite of this, but little commercial software emerged. The singular exception is the PostScript system, which is essentially a version of Forth modified to produce graphics output.
The Atari 8-bits were being sold right in the middle of this battle, and as a result there was a fair amount of support on the platform and some interest in the press.
Forth Standards#
- Forth79 (1979)
- Forth83
(1983)
- ANSI Forth
(1994)
- Forth 200x
(2009)

Tutorials#
Forth Articles#
- What is Forth?
- Converting FIG-Forth Programs to Forth-83
- Forth Code Size
- 6502 Assembler in Forth
- A FORTH ASSEMBLER FOR THE 6502 by William F. Ragdale, FOURTH DIMENSIONS Vol 3, 5p, 143ff
- FigForth Source Listing - FIG Forth for the BBC Micro in 6502 Assembler
- Some Debugging Sourcecode found on a BBC Micro Fig-Forth Disk
- 6502 DISASSEMBLER in Forth
- Kermit Protocol in Forth
- 6502 Forth like tiny Operating System
- APPLE II QForth
- GNU Forth EC for 6502
- Henry Laxen on Slashdot 2002
- Yet another target compiler
- Forth Macros
- Local Variables
- Freedom of Assembly by Julian V. Noble
- Forth sorting routines
- Forth memory allocator
- Forth Database design "ELEMENTS OF DATA BASE DESIGN" by Glen B. Haydon
- Signed Integer Division by Robert L. Smith
- From PASCAL to FORTH by Leonard Morgenstern
- Implementations of NEXT on 6502
- Ultimate CASE Statement by Wil Baden, VD 2 1987
Forth Systems for the Atari#
- FOCO65
a Forth Cross-Compiler written in Python that translates into XASM assembly language
- SPL (Simple Programming Language) a Forth-ish compiler written in Python that translates into Assembly language
- X-FORTH - a FIG Forth variant, currently maintained
- VolksForth - a powerful Forth83 standards Forth for Atari 8bit, Atari ST, MS-DOS, CP/M, C=64, C=16/116/Plus4, still maintained
- ANTIC Forth
- valFORTH
- English Software Company FORTH
- Extended Atari FIG-Forth APX20029
- Mesa Forth
- QS Forth
- Graphic Forth - A ANTIC / Fig-FORTH 1.4s Version with special Graphics Extensions.
- FIG Forth 1.1
- FIG Forth 1.0D
- fig-FORTH1.4S-1.atr
- fig-FORTH1.4S-2.atr
- ProForth Apple II (6502 Source)
- SNAUT
- Forth Compiler from Frank Ostrowski
Videos and Screencasts#
- Introducing FIG-Forth on the Atari 8-bit
- Atari fig-FORTH: Showing the Stack
- Atari FIG-FORTH: About Screens
- Atari FIG-FORTH - Editing Screens
- Atari fig-FORTH: Manipulating the Display List - Part 1
- Atari fig-FORTH: Manipulating the Display List - Part 2
- Atari Fig-Forth - Full Screen Editor progress
- Making Atari fig-FORTH Tools - ANTIC Disassembler 1 of 4
- Making Atari fig-FORTH Tools - ANTIC Disassembler 1 of 4
- Making Atari fig-FORTH Tools - ANTIC Disassembler 1 of 4
- Making Atari fig-FORTH Tools - ANTIC Disassembler 1 of 4
Add new attachment
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
atr |
Elcomp Forth_DOS 25.atr | 92.2 kB | 1 | 29-May-2022 16:02 | Andreas Tartz | Elcomp Forth_DOS 25.atr |
atr |
Grafs Atari-Forth DOS 2.5.atr | 92.2 kB | 1 | 29-May-2022 16:03 | Andreas Tartz | Grafs Atari-Forth DOS 2.5.atr |
atr |
Grafs_Atari-Forth_DOS_2.5.atr | 92.2 kB | 1 | 29-May-2022 22:41 | Roland B. Wassenberg | Grafs_Atari-Forth_DOS_2.5.atr |
atr |
fig-FORTH1.4S-1.atr | 92.2 kB | 1 | 05-Jul-2016 10:53 | Roland B. Wassenberg | fig-FORTH1.4S-1 |
atr |
fig-FORTH1.4S-2.atr | 92.2 kB | 1 | 05-Jul-2016 10:53 | Roland B. Wassenberg | fig-FORTH1.4S-2 |