Login  Register

java, etc.

Posted by Ferdinando M. Ametrano-2 on May 15, 2002; 3:19pm
URL: http://quantlib.414.s1.nabble.com/java-library-tp2058p2060.html

Rod Pienaar wrote:
>I don't know how much work is involved in setting up and maintaining a
>sourceforge CVS but perhaps QuantLib could start a Java version.
>   I would be more than happy to contribute.
The effort to create a Java CVS module is minimal. The effort to start
coding the Java module is significant, and please read below about SWIG. We
need interested developers. Anyone want to join Rod?

Michael Lewis wrote:
>In choice of language, interface might be important -
>hence having a PERL/RUBY interface to Quantlib would
>be great
QuantLib is already available as a Python and Ruby modules by means of SWIG
(http.//swig.org), as Luigi pointed out.
SWIG supports Java, Tcl, Perl5, Guile, and MZScheme besides Ruby and
Python, so this approach may easily help porting QuantLib to these
languages. Initial MZScheme and Guile modules are available in the QuantLib
CVS under QuantLib-SWIG. We welcome any contribution aimed at exporting the
library towards other programming languages; however, the use of SWIG is to
be preferred to hand-made approaches since it leads to more maintainable code.

If anyone familiar with SWIG wants to tackle Perl and/or Java, please let
us know

>even some XML definition and SOAP functions would be good for cross platform.
Yeah, please see http://quantlib.org/extensions.html

Michael J. Meyer wrote:
>I have a fully developed Libor market model which I wrote in C++ and which
>I would be willing to contribute to your cause. I might be willing to put
>in some effort once I have overcome my resistance to go back to C++ agai.
You're welcome. Please take a look at QuantLib and see how your code would
fit. I'm pretty sure we would be all interested, and Sad might have some
special interest ;-)

ciao -- Nando