Dear Rich

> Regarding actually translating Java code into other
> languages - it's an interesting idea. What other
> alternatives exist? For example, Ruby has excellent
> support for directly using Java libraries without
> modification (both through JRuby and through Ruby Java
> Bridge) - what about Python and C/C++?

The alternative: start up a JVM and connect it from the language of
your choice. Jpype or Jython for Python for example. But this isn't
really practical. You really need the algorithm right there in the
target language. Whatever about scripting languages, OpenBabel isn't
going to be connecting to a JVM any time soon.

Noel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Blueobelisk-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/blueobelisk-discuss

Reply via email to