AppleSoft BASIC: Getting stuck in the loop! 😵‍💫 #retrocomputing #programming #helloworld #joke

preview_player
Показать описание
#keyboardasmr #80s #tech #coding

Apple IIe computer circa 1986
Рекомендации по теме
Комментарии
Автор

In python like:
def loop():
loop()
Edited 5 months later: 2.6k likes, brutal

alexmixa
Автор

In windows is like:
@echo off
:loop
goto loop

glaubercastromiranda
Автор

The sound of the keyboard is better than mine😂💀

tomaskopecky
Автор

Make sure to save it to disk or cassette so you don’t have to type it all again 😁

ronswon
Автор

You are brilliant ..I love your posts..thank you

alexthomasconnolly
Автор

I got an Apple iie at an auction for 5$ only missing 4 keys was sitting in the rain. I dried it and plugged it in and it fired up no problems same screen but only one floppy drive

cappablecannon
Автор

I was so confused at first lol. It's like the old manual that has an entry in the table of contents called infinite loop, which leads to the current page. Good one.

golemwire
Автор

It remonds me all those nights typing codes in BASIC.

marcchapleau
Автор

I always used to copy paste “start”in notepad thousands of times and save it as a batch file then change the icon to the internet explorer logo. Probably did this on dozens of school computers. People would click it then there would be a seemingly permanent loop of cmd prompt opening until the computer crashed

voltagedoesit
Автор

I'm a no lifer and I watch a lot of youtube shorts and I gotta say this is the best loop I've ever seen on one.

MG_LIFE_LBS
Автор

You are making me want to re-install BASIC on my PC.

AirDOGGe
Автор

Such a good loop I actually watched this 3 times… Bravo!

eggnoggtat
Автор

I only got the joke when the loop ran through twice. 😂 Well done. I call it art.

mad_circuits
Автор

I remember learning BASIC in that same model!

AR-jqhs
Автор

in Lua it's like:

while true do
end

BubuTheDev
Автор

10 print "joe"
20 print "mama"
30 goto 10

Joe mama

theguywiththewhiteblanket
Автор

In c# be like :
static void Loop()
{
Loop();
}

Izzcc
Автор

That is one nostalgic bad ass computer man

KellerConklin-lm
Автор

in javascript is like:
function loop() {
loop();
}

loop();

jimmyneutron
Автор

5 A$ = "" 10 A$ = A$ + "A" 20 GOTO 10

brentboswell