this post was submitted on 10 Aug 2026
-40 points (10.0% liked)
Programming
28057 readers
349 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Please point at the strengths of BASIC and Forth over, let's say, C++.
Forth is powerful while still being very easy to interpret. This makes it a great bootstrapping step.
It's also used as a scripting language in some embedded system, it might be telescopes but I'm not sure. While forth wouldn't be my first choice there, I don't want to be able to crashed the device because I have hot swapped in a binary, compiled with the wrong flags.
You can finish learning basic or Fortran. You will still be learning cpp in a decade.