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

The following statement is not true. The previous statement is true.

Working...