Happy Birthday to a programming language that introduced millions to software development. 🎉
Saw a post on the bird site saying “why does everyone at Microsoft hate everything Elon does?”
They have clearly never seen a Microsoft campus parking lot.
Or driven through Redmond.
Many Microserfs enjoy their electric cars. Doesn’t mean they don’t think Elon is getting dangerously nuttier and nuttier everyday.
Also, and especially given the news re: firing the charging team, when they upgrade or move on from their Teslas in a few years they are probably going to consider other options.
@GrantMeStrength The HP Time Share BASIC server is still up and running...
https://ef1j.org/wiki/index.php?n=Main.HPBASIC
I went all in on it a little while back. Maybe I'll get the ASR-33 fired up today to celebrate!
This was my first programming language. I was only 9 years old when i first started learning it. I remember feeling like there had to be better ways to do things, ways that required much less work. I was too inexperienced to understand what i was missing.
I am SO glad i stuck with it.
I learned on a TRS-80 Model I, Level I, with 4k RAM.
I even figure out how to implement the monte carlo method to calculate pi for the science fair and fit it in 4K.
I briefly misread your last name as "Kemeny"!
I first learned a bit of BASIC on a Commodore PET in 1982. But I didn't learn GOSUB (?), so I did a lot of copy/paste. I was 12. I had no teacher. It was hard. I got over it—many years later, I became a professional developer.
@GrantMeStrength BASIC (on an Apple IIe) was my first programming language and true to Dijkstra’s dire warning it really did mentally mutilate me forever.
BASIC taught me languages are first and foremost for the humans writing them. They should be easy to learn and powerful once mastered. They should be accessible and interactive.
BASIC led me to Python and then to Go. Languages I still find a joy and pleasure to use.
@GrantMeStrength @KirillOsenkov
10 PRINT "JAY "
20 GOTO 10
oooooh, I want to do this for the rest of my life.