I started out programming with a Commodore 64 and having instant access to BASIC when I turned on the machine was really awesome. As a professional developer now, I appreciate the low level knowledge that learning on the C64 provided, but the more important thing was low barrier of entry to development tools.
There is a currently a very low barrier of entry access point for programming on everyone's computers currently in the form of the web browser. You can view the source for any web page and change things around in the dev tools and console.
Too many people yearn for the good old days of low level access yet are quick to dismiss Javascript as "toy" language. In the old days BASIC was just a toy too. The "real" programmers wrote their code in assembly.
Thanks! I'm intermediate in some parts of git and not on others, but since I'm a visual learner this layout really helps me see how the different commands relate to each other.
For more recent examples, check out work by Margaret Atwood and Octavia Butler. If you can wait, Margaret Atwood's MaddAddam series is also apparently getting developed as a TV series for HBO.
There is a currently a very low barrier of entry access point for programming on everyone's computers currently in the form of the web browser. You can view the source for any web page and change things around in the dev tools and console.
Too many people yearn for the good old days of low level access yet are quick to dismiss Javascript as "toy" language. In the old days BASIC was just a toy too. The "real" programmers wrote their code in assembly.