Forgot your password?
typodupeerror

Comment Re:Why implicitly typed locals? (Score 1) 386

You can, but what advantage is there? code in implicity typed languages (which includes the dynamically typed languages) is just as easy (if not easier to read). Eg: foo = 5.0f; bar = 18; baz = "what"; Would the "float", "int" and "String" types really added much to the understanding of the program?

Slashdot Top Deals

"Lead us in a few words of silent prayer." -- Bill Peterson, former Houston Oiler football coach

Working...