Here's an interesting little piece of Bill Venner's Feb. interview with Guido van Rossum. He talks about Strong vs. Weak Typing in languages. It presents the Java/C/C++ view with the dynamic typing view.
I guess I still don't know where I stand. I see languages like Lisp and Python and recognize the power of not typing your variables. However, an optimization in Lisp is to go back and type your variables. So, I guess I can understand the performance argument. However it's hard to argue with the productivity of dynamically typed languages. The cool thing about Lisp is you get both.
11:59:08 AM
|