From: Mats W. <ma...@la...> - 2001-02-07 23:04:06
|
At 02:01 PM 02/07/2001 -0500, D-Man wrote: Thanks. I believe it will help a bit... but I'm still in need of producing a diagram and I guess the rule is that if you REALLY understand it yourself that is not so hard. Sigh. >In the simplest view, Jython is just a Java library written in Java<br> >that runs in a JVM. Yes, this is what my first-cut Jython picture shows... a class file (Jython) that runs in the JVM and calls on "standard" Java classes. What I hadn't worked out how to pictorially include was what happens when it's run as an interpreter...or what it would look like when Python modules are imported and called. Mats |