Jepp
From JVMLanguages
Jepp is a project to embed the standard C implementation of Python (CPython) into Java via JNI. This is in contrast to JPython, which is an attempt to re-implement Python on top of a Java Virtual Machine, with no native code.
[edit]
External Resources
- Jepp Home Page (http://jepp.sourceforge.net/)

