We are planning to develop a datamining package for windows. The program core / calculation engine will be developed in F# with GUI stuff / DB bindings etc done in C# and F#.
However, we have not yet decided on the model implementations. Since we need high performance, we probably can't use managed code here (any objections here?). The question is, is it reasonable to develop the models in FORTRAN or should we stick to C (or maybe C++). We are looking into using OpelCL OpenCL at some point for suitable models - it feels funny having to go from managed code -> FORTRAN -> C -> OpelCL OpenCL invocation for these situations.
Any recommendations?
