On 2012-09-04 22:44, SomeDude wrote:
The only experience I've had with dynamic typing (in Python), I can say I hated it. I prefer to write Java code, which I think tells a lot about my love for dynamic typing. I probably wouldn't mind writing some Lua code, but not in the large. Unless you are working in an environment which changes all the time, so that you need to adapt your code very quickly, dynamic languages are a waste of time above ~10,000 lines of code in my opinion.
I see your point. But I think Java is a bad example, it's too verbose and doesn't give you enough features to express the code you want to write.
-- /Jacob Carlborg
