forge Documentation

README

FORGE Documentation

Welcome to the FORGE (Fast Optimizing Runtime Generation Environment) documentation. FORGE is a BASIC compiler for cross-build-compiling for the Atari 8-bit computers.

Quick Navigation

Getting Started

Editor Guide

Language Reference

Advanced Topics

Reference

Build Tools

About FORGE

Related Resources

FORGE is a fast interpreter for the BASIC language on the Atari 8-bit computers. Key features include:

  • No line numbers - Modern programming environment
  • Integrated full-screen editor - Edit and run programs seamlessly
  • Integer-first design - Fast execution with 16-bit integers by default
  • Floating point support - Available in the full version
  • Compilation support - Compile to standalone executables
  • Cross-compiler - Compile on modern PCs

See the Introduction for more details.