Forgot your password?
typodupeerror

Feed Science Daily: 'Wake-Up Pill' Under Study To Treat Patients With Bipolar Disorder (sciencedaily.com)

A preliminary study of 85 patients with bipolar disorder shows that a drug used to treat patients with sleep disorders might also control the depressive symptoms associated with bipolar disorder. At least 44 percent of the participants in the study reported improved symptoms, a noteworthy improvement for a disorder in which new treatments are needed.
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

Syntactic sugar causes cancer of the semicolon. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...