http://www.theregister.co.uk/2018/01/02/intel_cpu_design_flaw/
Stuff like this doesn't help either. Years ago you had access to the CPU itself with assemblers, other computers used BASIC and the Acorn BBC Micro/Electron had an assembler built in. Now you don't. Your operating system was on a ROM chip which booted instantly. Your CPU was an 8 bit 6502 or Z80 or a variant thereof. Most 1970/80/90's computers would give you this (quickly and easily):
PRINT"Hello World"
Hello World
10 FOR C=1 TO 10
20 PRINT C;" ";"Hello World"
30 NEXT C
1 Hello World
2 Hello World
3 Hello World
4 Hello World
5 Hello World
6 Hello World
7 Hello World
8 Hello World
9 Hello World
10 Hello World
As it stands now there is less and less incentive to code. Educationally speaking though, Raspberry PI and Python etc isn't Windows, nor will it prepare kids for future versions of it (if it is still the dominant OS in future). There's a lot of discussion going on and times change.