Title should reflect that this was published in 2006.<p>And moreover, I don't think the article's point is true today. Python and JavaScript are both mature languages with massive libraries of online example code for anything you could want to learn about. You can get access to a JavaScript console with a single keypress in any desktop browser- F12.<p>Teaching kids to understand how to program has benefits, not just for the ones that go on to specialize in computing- I think about a journalist being able to use R or PyPlot to map out crimes in their city based on publicly available police reports, or a lawyer using a script to call the Shopify API to collect their client's records to respond to a discovery request, rather than taking screenshots of the web pages.<p>Exposure to BASIC doesn't help these people as much as more modern languages would.
Eh, I don't buy this - more people are learning to code than ever. There are infinite resources online, it has penetrated society's conscious that this is an easy way to get a really well paying job. And there have never existed as many people who can code ever before - Johnny will likely know someone who does it for a living. Johnny also consumes infinite amounts of software from birth.<p>I bet there is no data backing the Author's claim except - "The way I learned to doesn't exist so noone is learning anymore." I will refer everyone to go look at the numbers - whether it's CS grads per capita or SWEs per capita we are rising quickly.
> For all of their high-flown education initiatives (like the "$100 laptop"), they seem bent on providing information consumption devices, not tools that teach creative thinking and technological mastery.<p>Damn, yeah, my control over my own computer feels endlessly more limited each "cycle"
a. On Windows 10 and up, if you enter "python", it will take you to the Windows Store and offer you a free download of Python. (Which is irritating if you've just gone to the trouble of installing Python from python.org, but might please some.)
b. the Windows scripting host supports Javascript and VBScript. Neither has a REPL, to be sure.