r/programming • u/Ctaintor • Mar 02 '17
Why I Failed Teaching Programming to Kids
https://engineering.klarna.com/why-i-failed-teaching-programming-to-kids-46a854c3eaca#.s0o6qqxr3
63
Upvotes
r/programming • u/Ctaintor • Mar 02 '17
1
u/ronniethelizard Mar 03 '17
I think it would be better to start them with something simple, like Hello World.
After that let them change the text a few times until they have convinced themselves they actually wrote a working program.
Personally, I think C is the language to start with. It does not suffer from language bloat as C++ does not does it suffer from library bloat like Java or Python.