python as script language
Peter Verkaik
Posts: 3,956
Jon,
I did a search for python and came up with this
Java Embedded Python 1.0
http://today.java.net/pub/n/2075
which looks promising.
The jep.java file included in the downloadable source
http://sourceforge.net/project/showfiles.php?group_id=109839&package_id=118670&release_id=289687
only imports java.io.File
This is not available for the Javelin but I do have a filesytem
class so that should be not a problem. Have to look into that.
The other python for java, JPython or Jython, are way too
complex as they are for PC java.
regards peter
·
I did a search for python and came up with this
Java Embedded Python 1.0
http://today.java.net/pub/n/2075
which looks promising.
The jep.java file included in the downloadable source
http://sourceforge.net/project/showfiles.php?group_id=109839&package_id=118670&release_id=289687
only imports java.io.File
This is not available for the Javelin but I do have a filesytem
class so that should be not a problem. Have to look into that.
The other python for java, JPython or Jython, are way too
complex as they are for PC java.
regards peter
·
Comments
Merry Christmas from Texas!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
But it would be nice to have, at least at the grammar level,
different languages. Could I use for () {} to mimic c,
which I find more readable than basic. Have yet to find
a compact source (in c or java) that I can port.
But since it is not a high priority issue I will stick to
the basic for now.
Thanks for your thoughts.
regards peter