Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
possum16365yI got a Lego Mindstorms set when I was 8, which came with PC software to create programs and load them onto the "RCX" base brick. The programming was done by dragging action or decision blocks after one another.
TL;DR What I mean by this: Anything that helps breaking up ideas into simple separate steps teaches that special thinking needed. -
@possum Yes that's the basic thing to teach someone.
Thanks a lot I appreciate your comment. -
The question is not "how"
The question is "why the fuck wouldnt you let a 5yro be a child" -
Parzi88335yreminds me of that one time i managed to get a nonverbal tech savant to use his pictograph communication software thing by implementing logic into it (added buttons for "if", "then", "do", "else", "while", "for", etc.) and he basically would write if/else blocks or for/while loops to tell someone how to do something. (He constantly got frustrated since he couldn't tell people how to do stuff which was pretty much his only issue)
He was like 8 at the time.
He's now 13. He uses Assembly. -
@possum I would get large lego sets usually on my birthdays, and I'd challenge myself to build them without looking at the instruction manual xD which would usually end up in a disaster haha
Related Rants
How to teach a 5 yr child to code?
The method is simple you don't need to teach him to code just help him to understand the method to execute a task. It took me years to understand that coding is a way to express what you want to say- the method and also is our expression. So, if you can help him/her to understand what to express, then I believe the method on how to express is totally unworthy. He/she can say printf("I know this") or print("I know this") or #I know this or he/she may create a new language.
Which you might call: The Baby's Code in future
If you like it do ++
rant
newbie
knowledge
baby's code
programming