Serving the Quantitative Finance Community

Search found 26 matches

  • 1
  • 2
by fermin
July 1st, 2012, 9:59 pm
Forum: General Forum
Topic: Help with Forecasting
Replies: 8
Views: 12847

Help with Forecasting

by fermin
February 17th, 2009, 10:31 am
Forum: Programming and Software Forum
Topic: Less complex languages than C++ suitable for finance?
Replies: 21
Views: 47624

Less complex languages than C++ suitable for finance?

<t>QuoteOriginally posted by: DominicConnorStrong typing is indeed a benefit of C++, C# and JavaC/C++ are not stronlgy typed. C#/Java are. At least if you use a reasonable definition of strongly typed (or type safe). For instance the one in "Types and Programming Languages" (Pierce 2002). If your de...
by fermin
November 8th, 2008, 8:41 am
Forum: Book And Research Paper Forum
Topic: Affordable publishing for academic books
Replies: 20
Views: 50501

Affordable publishing for academic books

<r>This might be of interesting for people planning to write a book.<URL url="http://www.collegepublications.co.ukExcerpt">www.collegepublications.co.ukExcerpt</URL> from their "about us" page... with several objectives in mind: To bring College Publications to a level with Oxford (OUP) and Cambridg...
by fermin
September 21st, 2008, 6:15 pm
Forum: Programming and Software Forum
Topic: Why is C++ so A) popular, B) unpopular and what is its half-life?
Replies: 47
Views: 57079

Why is C++ so A) popular, B) unpopular and what is its half-life?

<t>QuoteOriginally posted by: Y0daQuoteOriginally posted by: ferminBut you don't need to build a complex class hierarchy around that.So you feel that Mark Joshi's way of making the class hierarchy isway too much? Can you elaborate? How do you prefer to build upthese things?It's not polite to critici...
by fermin
September 21st, 2008, 5:38 pm
Forum: Programming and Software Forum
Topic: Why is C++ so A) popular, B) unpopular and what is its half-life?
Replies: 47
Views: 57079

Why is C++ so A) popular, B) unpopular and what is its half-life?

<t>QuoteOriginally posted by: CuchulainnI suppose *using* generic C# classes and their specialisations in F# should be OK. Then you can define the entities there and let F# do its work??I have not seen F# generic classes, but maybe my question is just wrongYour F# code can use, for instance, any of ...
by fermin
September 20th, 2008, 4:51 pm
Forum: Programming and Software Forum
Topic: Why is C++ so A) popular, B) unpopular and what is its half-life?
Replies: 47
Views: 57079

Why is C++ so A) popular, B) unpopular and what is its half-life?

<t>QuoteOriginally posted by: CuchulainnMy only question is if one can define generics in F#, directly? What are the productivity levels of F# compared to C++? With C#, we notice 3:1.I assume that by 'generics' you mean 'for all' polymorphism in function types and data types, as in Java generics, or...
by fermin
September 20th, 2008, 11:28 am
Forum: Programming and Software Forum
Topic: Why is C++ so A) popular, B) unpopular and what is its half-life?
Replies: 47
Views: 57079

Why is C++ so A) popular, B) unpopular and what is its half-life?

<t>QuoteOriginally posted by: CuchulainnUnfortunately, I have only skimmed F# but it seems to support one paradigm only and for the (more pervasive) paradigms we need to interface it with C#. Not at all. Not only you can use all of the C# standard library from F#, but you also can define classes in ...
by fermin
September 19th, 2008, 9:08 pm
Forum: Programming and Software Forum
Topic: Why is C++ so A) popular, B) unpopular and what is its half-life?
Replies: 47
Views: 57079

Why is C++ so A) popular, B) unpopular and what is its half-life?

<t>Whenever I can, I use functional languages instead of object-oriented (but I do write C or C++ when I need to). One of my favourite topics of conversation is how much more code people need to write in OO style than the problem requires. For instance, consider this code in F#[<Measure>] type eur[<...
by fermin
May 5th, 2008, 8:55 pm
Forum: Programming and Software Forum
Topic: F#?
Replies: 12
Views: 60633

F#?

<t>QuoteOriginally posted by: Cuchulainn I still do not see the business model or rationale for using F# for finance. Not long ago, you could have written "I still do not see the business model or rationale for using Java for finance" and many people (but not all) would have agreed F#,Java,matlab,er...
by fermin
May 5th, 2008, 6:42 pm
Forum: Programming and Software Forum
Topic: F#?
Replies: 12
Views: 60633

F#?

<r>QuoteOriginally posted by: Cuchulainnfermin,have you worked with F#?A bit. I've used Ocaml (F#'s close relative) more, partly because I've programmed in the linux/unix world more than in the windows world, partly because I started using Ocaml before F# was born.QuoteLooking quickly at the languag...
by fermin
May 5th, 2008, 10:14 am
Forum: Programming and Software Forum
Topic: F#?
Replies: 12
Views: 60633

F#?

<t>The annoucement for the latest F# release (2008.05.03) contains the folowing text:"Much of this has been driven by user feedback, and we'd like to say a big thank you to for all the feedback we've got from hubFS users, the F# list, F# users at Microsoft and our growing number of commercial users,...
by fermin
June 4th, 2007, 12:13 pm
Forum: Programming and Software Forum
Topic: Structuring Software
Replies: 4
Views: 71639

Structuring Software

<r>QuoteOriginally posted by: rmaxDoes anyone know of any commerically available software used for complex structures? No smart-alec comments about Excel please !I've read the academic paper about Lexifi's software (<URL url="http://www.lexifi.com">www.lexifi.com</URL>) and I like it, but I have not...
by fermin
April 8th, 2007, 6:05 pm
Forum: Programming and Software Forum
Topic: Prop langs.
Replies: 3
Views: 75257

Prop langs.

<t>QuoteOriginally posted by: SierpinskyJanitorHave we listed all languages developed by financial institutions in this forum yet? Heard some rumors about A+, Haskell and Slang, and I was wondering if anyone ever came up with a list of languages, OS, platforms and script-langs which have been develo...
by fermin
April 2nd, 2007, 10:37 am
Forum: Programming and Software Forum
Topic: OCAML and F#
Replies: 4
Views: 76377

OCAML and F#

QuoteOriginally posted by: DCFCI know of one bank who uses F#, but was wondering who else uses it much for finance ?Jane St. Capital use Ocaml. (Every once in a while they place job ads in the Ocaml mailing list.) At least one group within CSFB uses Haskell.
by fermin
October 3rd, 2006, 7:00 am
Forum: Programming and Software Forum
Topic: functional programming in finance
Replies: 26
Views: 105712

functional programming in finance

<r>QuoteOriginally posted by: stuntprogrammer Just saw the abstracts listed for the Commercial Users of Functional Programming (CUFP) workshop at ICFP this year. Interesting to see two finance related talks, one from Jane St on Ocaml and the other from CSFB on Haskell.<URL url="http://www.galois.com...
  • 1
  • 2