On Wed, Dec 21, 2011 at 9:00 PM, Ricky Clarkson <[email protected]>wrote:
> Python's only worse than JavaScript according to your criteria in that > you generally need to install it if you're on Windows. Is that why > it's a stupid choice? > Python has a lot of syntactic decorum that will be hard to explain to beginners. Actually, some of it is just plain impossible to explain even to seasoned developers (why do you have to declare a method with three parameters yet call it with two?). It also doesn't have this very fast feedback loop of running queries on the web browser console and seeing your web page react instantly. The only language I can think of that offers such a rewarding and positive feedback loop is Logo. -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
