this post was submitted on 01 May 2024
143 points (99.3% liked)

retrocomputing

4062 readers
5 users here now

Discussions on vintage and retrocomputing

founded 1 year ago
MODERATORS
 

I was definitely a Commodore kid, and BASIC was my first language. Maybe it's nostalgia, but I still like BASIC for hobby stuff.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (2 children)

GPL BASIC. First language I learned when I was 5 in 1984.

10 PRINT “Hello world!”
20 END
[–] LucasWaffyWaf 4 points 5 months ago* (last edited 5 months ago) (1 children)

10 PRINT "Sausage slaps"

20 GOTO 10

[–] NemoWuMing 6 points 5 months ago* (last edited 5 months ago)
  • 10 PRINT "What is your name?"
  • 20 INPUT $NAME
  • 30 PRINT "Wet noodle slaps " + $NAME
  • 40 GOTO 30
[–] SpaceNoodle 3 points 5 months ago (1 children)

GPL as in the GPL? I thought that was first published in 1989

[–] [email protected] 3 points 5 months ago

Oh, I guess I was just using Apple’s Intiger BASIC then!