On Aug 13, 2007, at 8:54 AM, Noel O'Boyle wrote:

> 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.

It would seem that the best way to go is to implement algorithms in  
the 'lowest common denominator' language. That is, have everything as  
a C library and provide wrappers (ala SWIG)

It would make prototyping painful though, but that's probably not the  
point with this approach

-------------------------------------------------------------------
Rajarshi Guha  <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04  06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
A computer lets you make more mistakes faster than any other invention,
with the possible exceptions of handguns and Tequilla.
        -- Mitch Ratcliffe



-------------------------------------------------------------------------
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