Live data from Hacker News

What programming language would you use to teach someone to code?

rbsn.me

11–12 of 12 posts

Re: What programming language would you use to teach someone to code?

#11

I would introduce them to scratch regardless of their age. http://scratch.mit.edu/ When you don't have to deal with syntax and can concentrate on nothing but logical components it becomes much easier to understand.

Scratch is a great! I do worry that people would then begin to learn a language and be frustrated by it's syntax. I don't know?

Re: What programming language would you use to teach someone to code?

#12
post #11

I would introduce them to scratch regardless of their age. http://scratch.mit.edu/ When you don't have to deal with syntax and can concentrate on nothing but logical components it becomes much easier to understand.

Scratch is a great! I do worry that people would then begin to learn a language and be frustrated by it's syntax. I don't know?

You have to deal with the syntax of a language regardless.

It's a lot easier to deal with that once you've learned how to program. This is why more experienced developers have an easier time picking up a new language.

They already know what purpose an if statement has or how to combine a few conditions and a loop to do xyz. These are things much easier learned in an environment that scratch provides you.

Post reply on HN