this post was submitted on 15 Jul 2024
72 points (97.4% liked)

Programming

20436 readers
151 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 15 comments
sorted by: hot top controversial new old
[–] esc27@lemmy.world 30 points 10 months ago (2 children)

If not for the BASIC examples in the old 3-2-1 contact kids magazines that I discovered worked on my elementary schools Apple II computers and then later QBASIC, I have no idea what I would be doing in life.

That was my gateway to a greater interest in computers and an eventual job in IT. And. I will always respect BASIC for it.

[–] Downcount@lemmy.world 19 points 10 months ago (1 children)

10 PRINT "upvoted"

20 GOTO 10

[–] mspencer712@programming.dev 4 points 10 months ago* (last edited 10 months ago)

Hey no botting!

NEW

[–] gyphie@lemmy.world 8 points 10 months ago

This is my childhood! That and Logo Writer were the gateway to my future.

I worked with a buddy; one of us would read from the code listing in the magazine and the other would type. We didn't know the names of some of the symbols so we made up our own names. Tilde will always be the 'squiggly' to me.

[–] Blue_Morpho@lemmy.world 7 points 10 months ago (1 children)

I agree with the author that oddly Basic syntax is closer to Assembly than most languages so is an ok place to start.

I'd like to see Dijkstra write an Assembly program without JMP.

[–] mindbleach@sh.itjust.works 2 points 10 months ago (1 children)

This is where I'd humorously link that maniac who wrote a program exclusively using MOV, of any amount of quotation or clarification could convince a modern search engine that "movulator" does not, in fact, mean "modulator."

[–] Gurfaild@feddit.de 2 points 10 months ago (1 children)
[–] mindbleach@sh.itjust.works 2 points 10 months ago

D'oh! Good find, I had it wrong.

[–] floofloof@lemmy.ca 6 points 10 months ago

My kids have been surprisingly interested when I show them Commodore 64 or BBC Micro BASIC. I was expecting them to groan but they wanted to write their own programs on them. They're also more interested when it's a physical machine than an emulator.

[–] Dropkick3038@programming.dev 6 points 10 months ago

Learned how to render graphics the hard way in Apple BASIC back in grade school. Was fun.

[–] abbadon420@lemm.ee 5 points 10 months ago

I think it's a bad idea to start with BASIC in this day and age. However, I do think it's a very good idea to teach student BASIC once they've learned a modern language. It's a great way to teach them why programming works the way it does and to teach about the roots.

[–] mindbleach@sh.itjust.works 3 points 10 months ago (1 children)

A fun exercise that nerd-sniped me last year: recreate The Matrix's "code rain" effect.

[–] Solemn@lemmy.dbzer0.com 4 points 10 months ago (1 children)

I was obsessed with making variations of it on TI calculators in high school lol

[–] yetAnotherUser@lemmy.ca 1 points 10 months ago* (last edited 10 months ago) (1 children)

Did you end up posting any implementations to ticalc.org ?

[–] Solemn@lemmy.dbzer0.com 3 points 10 months ago

No, this is actually the first time I'm hearing that this exists unfortunately.