Forgot your password?
typodupeerror
Education

Journal Journal: Teaching Programming to Kids? 2

I'm an undergrad Math/CS student. One of my cousins, an exceptionally bright 11-year-old, is interested in learning to program. I'd like to give him some kind of direction; at least, more than I got: to teach him to avoid bad habits, use design patterns (OO vs procedural, especially) properly, and make sure that he stays interested. I'd like to see what Slashdot thinks: what are appropriate resources to use? Which language should I try to teach him? Are there any good books out there?

Comment Re:What I didn't see in TFA... (Score 1) 777

>Most truly high-level languages, like LISP (which was mentioned directly in TFA), are interpreted, and the interpreters are almost always written in C. It is impossible for an interpreted language written in C (or even a compiled one that is converted to C) to go faster than C. Completely not true. To start with Lisp is usually compiled. For more on the topic see: "How to Make Lisp Go Faster than C" http://www.lrde.epita.fr/~didier/comp/research/ver na.06.imecs-slides.pdf

Slashdot Top Deals

Marriage is the sole cause of divorce.

Working...