http://quantlib.414.s1.nabble.com/Re-Java-for-financial-models-tp3273p3278.html
I agree 100% with you, very good example.
> -----Original Message-----
> From:
[hidden email]
> [mailto:
[hidden email]]On Behalf Of Luigi
> Ballabio
> Sent: 26 August 2004 09:37
> To:
[hidden email]
> Cc:
[hidden email]
> Subject: Re: [Quantlib-users] Re: Java for financial models
>
>
>
> Hi,
>
> On 2004.08.25 22:42, Daniel J. Duffy wrote:
> > Java is of course slower than C++.
>
> True, but though slower it might be fast enough for one's needs.
> However, I have no personal experience using Java for pricing.
>
> > It does not support operator overloading and
> > this is terrible for mapping my formulas to code.
>
> So true. I can't imagine having to write
>
> (v1.plus(v2)).times(w1.minus(w2));
>
> instead of
>
> (v1+v2)*(w1-w2);
>
> And formulas are rarely that simple. That's mostly what kept me away
> from Java...
>
> Bye,
> Luigi
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285> _______________________________________________
> Quantlib-users mailing list
>
[hidden email]
>
https://lists.sourceforge.net/lists/listinfo/quantlib-users>