Static vs. Dynamic Languages
Recorded at:
Welcome to 1999
by
Fake Fake
Re: Welcome to the enterprise
by
Paulo Pinto
On the off-shoring Fortune 500 projects I take part on, I would always advise against dynamic languages.
Usually they have teams of 60+ developers, many of each just out of university to keep costs down and very seldom write unit tests. When they do, it is as if they did not, because when reviewing them, they actually don't test anything.
I doubt any of those developers would be able to produce proper running code in dynamic languages.
Java is not a good example of static languages
by
Paulo Pinto
Also, if one plans on comparing dynamic and static languages in the future, please have a better static language to compare than Java.
Everything in slide number 30 is possible without any effort on any modern static language (Scala, Haskell, Ocaml, F#, C#, Kotlin, ...).
Please inform yourself properly before doing comparisons between static and dynamic languages.
Welcome to functional languages
by
Dirk Detering
Where "functional" simply means: Functions are first class.
Saying that Dictionaries from key to function or functions returning functions is a specificum of dynamic languages is a terrible ignorance about Haskell. Well, and Scala, Ceylon, Kotlin btw.
Beside that, this part of his talk is going to outdate very quickly once Java 8 gets lambdas.
I don't say that this makes Java a Functional language, it only shows that this kind of expressivity he mentions has nothing to do with static vs. dynamic!
Re: Welcome to functional languages
by
Paulo Pinto
Re: Welcome to 1999
by
Stuart Williams
Many decision makers in the industry do still think dynamic languages are risky - so I named it. I wasn't preaching to the choir, which I gather you're in.
Your critique of my use of Java as indicative of modern static languages is bang-on. My recent expertise is limited to Java and Python, and my critiques of Java don't apply across the board to many other static languages, not even to older ones like C or C++! That's a helpful correction, thanks!




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think