this post was submitted on 24 Jan 2024
568 points (97.3% liked)
Programmer Humor
19503 readers
1248 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I actually remember the teacher having us do this in high school. I tried it again a few years later and it didn't really work anymore.
On my first programming lesson, we were taught that 1 second sleep was
for i = 1 to 1000
π, computers was not that fast back then...I mean maybe in an early interpreted language like BASICβ¦ even the Intel 8086 could count to 1000 in a fraction of a second
This was in 1985, on a ABC80, a Swedish computer with a 3 MHz CPU. So, in theory it would be much faster, but I assume there were many performance losses (slow basic interpretor and thing like that) so that for loop got close enough to a second for us to use.
https://en.m.wikipedia.org/wiki/ABC_80