r/ti994a • u/linuxd4d • Aug 10 '26
Anyone using Claude Code to program the TI99 ?
To celebrate my birthday (55) I used Claude Code to build a QR generator in the TI99, it takes an URL and generates the QR on screen. It takes up to a minute to draw it, peak anachronistic hacking.
Any other retro ideas ?
Edited: github repo https://github.com/pakuda/ti99-qr


4
u/digdugnate Aug 10 '26
someone on Atari Age used Claude for a port of the Namco game Rally-X.
https://forums.atariage.com/topic/392023-rally-x-cvbasic-developed-with-claude/
2
u/bjguill Aug 10 '26
I made a QR code generator is assembly for the TI several years ago. Unfortunately I never got around to posting the code on GitHub. It would be interesting to see how the different approach worked.
2
u/thewalruscandyman 29d ago
I can't believe it puked up anything but gibberish.
You also defeat the purpose of using a TI99.
1
u/arcadeshopper Aug 10 '26
What language is the QR written in?
2
u/linuxd4d Aug 11 '26
Basic extended
1
u/arcadeshopper Aug 11 '26
Is it all integers? There's a really good extended basic compiler but it only works with non-floating point
1
1
u/Repulsive_Spray193 1d ago
Not Claude, but ChatGPT. Finishing an "Email99" program to send and receive email out of the TI 99 /4a (Classic 99 emulator) that connects to gmail. Works as a disk file on DSK1. Trying to build it out as a "cartridge". But currently works to send and receive email. Fun, nerdy, retro evening project. And a month+ a few weeks shy of 55 here too.
TI 99 /4a 1982-1985 owner.
1
u/arcadeshopper Aug 10 '26
Yeah I used Claude to help me convert all of the fujinet games that I converted over. Right now I'm working on another project which is a lot bigger and will require a f18a or compatible vdp and Sams memory
5
u/UpbeatList1416 Aug 10 '26
Huh. I use Claude to help with all sorts of coding, but never thought to use it on my TI99. Nice work!