March 13, 2026
Two dots, infinite drama
Atari 2600 BASIC Programming (2015)
Two dots, nine lines: nostalgia brawls with ‘not fun’ truthers
TLDR: A retro deep-dive celebrates cramming Atari 2600 programs into 64 symbols on a 64-byte interpreter, with a neat Nintendo DS workaround for clunky controls. Comments split between misty-eyed nostalgia and blunt “not fun” takes, while APL fans flex tweet-sized code, turning vintage limits into a lively showdown.
Atari 2600 BASIC—aka “make magic with two dots and nine lines”—just sparked a nostalgia flame war. The article gushes over Warren Robinett’s mind-bending feat: a BASIC interpreter squeezed into only 64 bytes and programs capped at 64 symbols. The author even praises a Nintendo DS version that emulates those weird keypads. Cue the comments section circus.
The “that was my first computer!” crowd showed up early. kstrauser’s memory lane took a hard turn: “There isn’t a whole lot you can do with 64 bytes,” a loving roast that sums up the pain. Meanwhile, tombert dropped the spicy truth: the Atari era wasn’t always fun, naming a few classics before declaring most games “not fun” and crowning Coleco as when home consoles got good. Boom, fight me energy.
Then the wizards arrived. userbinator swaggered in with “APL: challenge accepted”, flexing a Game of Life link to prove you can cram wild stuff into tweet-length code. And rented_mule brought heartfelt vibes about not understanding computers in 1977—even when they filled a room—reminding everyone why these limits feel miraculous.
So yeah: half heart-eyes for ingenuity, half side-eye for “fun,” with a dash of “my language can golf harder than yours.” Retro, but messy.
Key Points
- •Atari 2600 BASIC programs are limited to 64 symbols across up to 9 lines, with integers restricted to 0–99.
- •Only five arithmetic operations are available: addition, subtraction, multiplication, division, and modulus.
- •Graphics are limited to two movable dots; audio output is a range of beeps; input uses two 12‑button keypads.
- •Warren Robinett created the Atari 2600 BASIC interpreter; the interpreter is described as using 64 bytes of memory, with the console having 128 bytes of RAM.
- •A Nintendo DS version in Atari’s Greatest Hits Volume 2 emulates the dual keypads; Stella is another emulator, with Stella producing better screenshots per the author.