Hacker News new | ask | show | jobs
by daGrevis 4429 days ago
Bad programmers will code bad in any language. Language change won't help.
1 comments

I wanted to add that not always “eval(input())“ is a bad thing. It's the core of REPL[0], for example.

[0] http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print...