From: Syver E. <syv...@on...> - 2002-03-15 13:30:45
|
"Brad Clements" <bk...@mu...> writes: > Next week I need to give a one hour presentation at Novell's > Brainshare titled: > > "Rapid Application Development with Jython". > 3. Quick examples that I can type interactively that demonstrate the > power of the interpreted, typeless nature of Jython. I always found Jython excellent for investigating unfamiliar API's. Maybe you can use some JAVA api for an example. Maybe some JDBC stuff? A minor quibble, Jython is strongly typed not typeless. But it is dynamically and not statically typed (but you already knew that). I think that (J/P)ython is very different from languages were all the objects are autocasting themselves in that you aren't aware of what types are really used before something goes Ka-Boom, Jscript and VBScript springs to mind. -- Vennlig hilsen Syver Enstad |