Live data from Hacker News

Has early Scratch experience led to fulfilling careers?

twitter.com

11–20 of 102 posts

Re: Has early Scratch experience led to fulfilling careers?

#12
post #9

I think there's a misplaced focus on "first" experiences being optimal in some way. Whether a kid is going to take to programming or not is pretty unlikely to change based on whether they're introduced to a block-based or text-based language, or whether it's object oriented or functional (the push for objects-first has mostly died off, but I still see remnants of it in various curricula). If it's got a few basics lik…

For me the criterion was "is it awesome?"

Growing up, that meant Flash and Java.

Still not sure why we decided to make the internet stop being awesome.

Re: Has early Scratch experience led to fulfilling careers?

#15
I can say it has for me. I spent a couple years on scratch as a kid before moving on to other languages, and it helped me really get into programming.

My hobby projects are almost always video games to this day, partially because of it. I even built my first compiler/interpreter on there before I knew what those words meant, and got exposed to lots of math that I otherwise wouldn't have seen until high school. Being able to easily discover what others were doing, and learn from their projects, helped me out a lot.

It will always be special to me, as I'm sure BASIC and such are to others.

Re: Has early Scratch experience led to fulfilling careers?

#16
I dunno about fulfilling career, but I have to admit that I often use BlockSCAD:

https://www.blockscad3d.com/editor/

to rough out designs as well as simple algorithms for OpenSCAD and ultimately, PythonSCAD for my current project:

https://github.com/WillAdams/gcodepreview

Post reply on HN