newbie question
Richard Jones
richard at bizarsoftware.com.au
Wed Aug 22 20:08:09 EDT 2001
More information about the Python-list mailing list
Wed Aug 22 20:08:09 EDT 2001
- Previous message (by thread): newbie question
- Next message (by thread): newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday 23 August 2001 09:25, George Garnett wrote: > Python has been re-written into jpython in which the language closely > parallels the java language. The main difference is java enforces strong > type casting (which is good), where jpython does not (its a gimmick to not > scare off non professional programmers who don't want to take the time to > verify every line of code is type casted correctly (this is the part where > I'll get beat up on) ). Yes, you will. And to explain why, here's an interview with "Bruce Eckel, whose book Thinking in Java, Second Edition recently won the JavaWorld Editors' Choice Award". http://www.mindview.net/Etc/About/InformITRaw_html It's long, but well worth it. Do a text search for "typing" and read that paragraph if you don't want to read the whole thing. Richard
- Previous message (by thread): newbie question
- Next message (by thread): newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list