Apple II

Juiced.GS to publish in 2020

July 30, 2019 Juiced.GS

JULY 19, 2019 — LEOMINSTER, MA — Juiced.GS, the world’s last and longest-running Apple II print publication, will publish its twenty-fifth volume (issues #97–100) in 2020.

“We’ve enjoyed a lot of milestones over the years: our 1,000th article, our first full-color covers, a septupling of our subscriber base, and more,”

Reddit
Apple II

Resources For Newbies?

July 30, 2019 Reddit

I recently bought a stack of Apple ][ computers from an institution getting rid of them. I’m excited about learning to program in BASIC and 6502 Assembly to create new software for them.

I have disk drives but the only program disks I have are for midi software.

Sub-Etha Software
Blogs

Braces! Foiled again!

July 30, 2019 Sub-Etha Software

Just a quick rant, based on how example code from a new compiler I am using is presented.

In C (and similar languages), it is very common to see simple logic presented in one line, such as:

if (AlertLevel == RED) TurnOnSiren();

That is simple to understand, and only