Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv13904
Modified Files:
advocacy.tex
Log Message:
Rename JPython -> Jython
Fix typo
Index: advocacy.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/advocacy.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** advocacy.tex 5 Nov 2001 21:25:41 -0000 1.6
--- advocacy.tex 16 Jul 2002 19:30:07 -0000 1.7
***************
*** 74,78 ****
Lisp/Scheme, but in reality, Ousterhout's argument applies to
scripting languages in general, since you could equally write
! extensions for any of the langauges mentioned above.
\subsection{Prototyping}
--- 74,78 ----
Lisp/Scheme, but in reality, Ousterhout's argument applies to
scripting languages in general, since you could equally write
! extensions for any of the languages mentioned above.
\subsection{Prototyping}
***************
*** 213,223 ****
\subsection{Java Integration}
! If you're working with Java, JPython
! (\url{http://www.python.org/jpython/}) is definitely worth your
! attention. JPython is a re-implementation of Python in Java that
compiles Python code into Java bytecodes. The resulting environment
has very tight, almost seamless, integration with Java. It's trivial
to access Java classes from Python, and you can write Python classes
! that subclass Java classes. JPython can be used for prototyping Java
applications in much the same way CPython is used, and it can also be
used for test suites for Java code, or embedded in a Java application
--- 213,223 ----
\subsection{Java Integration}
! If you're working with Java, Jython
! (\url{http://www.jython.org/}) is definitely worth your
! attention. Jython is a re-implementation of Python in Java that
compiles Python code into Java bytecodes. The resulting environment
has very tight, almost seamless, integration with Java. It's trivial
to access Java classes from Python, and you can write Python classes
! that subclass Java classes. Jython can be used for prototyping Java
applications in much the same way CPython is used, and it can also be
used for test suites for Java code, or embedded in a Java application
|