this post was submitted on 01 Nov 2025
3 points (54.1% liked)

Programming

23332 readers
306 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
 

Can kids under 10 be possibly taught coding, without even mentioning the word syntax to them ??๐Ÿค”๐Ÿค”๐Ÿค”

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Flamekebab@piefed.social 2 points 2 days ago

When I was a kid, we had a class on Logo in, I think, 4th grade? (It was either that or 5th grade.) It wasnโ€™t particularly hard to make various geometric drawings with it, but it also wasnโ€™t clear how to use it to do anything beyond that.

This sums up my early experiences with programming. It felt like either pointless flashing lights or building the universe from scratch. These days I have lots of tasks that programming is useful for but for the longest time no sources I encountered ever seemed to talk about what practical use I could put the concepts to.

Telling me about for and while loops and various other things felt like learning by rote and I never got very far. It wasn't until my late 20s when I had a load of tedious administrative tasks to do that I was able to get my teeth into programming.