pyplets

Vincent A. Primavera vincent_a_primavera at netzero.net
Thu Nov 29 09:21:08 EST 2001


Hello,
	Just installed IBM's Java SDK, and Jython.  Could someone walk me
through the process of compiling the "Hello World!" program below with
jythonc.

	Thank you,

	Vincent A. Primavera.

#!/usr/bin/env python

print 'Hello World!' 

On Thu, 2001-11-29 at 14:45, Andreas Ulbrich wrote:
> Or you may use jython, the Java implementation of Python. Write your 
> applet (or pyplet :-) in Python and compile it with jythonc to a .class
> file. see: www.jython.org
> 
> This is nothing new, we have it and it works.
> 
> 
> e toffi wrote:
> 
> > i was thinking (which i dont do often), and came up with an idea
> > (which i *do* do often -- dont ask me how). the idea is pyplets -- the
> > analogue to java applets with a fittingly silly name. anyway the
> > premise is to define an api that lets programmers write small programs
> > that execute in a browser.
> > 
> > whatdyathink?
> > 
> 
> 






More information about the Python-list mailing list