November 15th, 2004, 1:04 pm
C++ is what you use AFTER you've done experimenting / modeling / prototyping in a scripting or interpreted environment e.g. Matlab or Mathematica or APL or whatever. There are C++ interpreters out there that let you work in a tighter iterative fashion, e.g. Ch but they aren't as useful(*) as you might think in practice. I tend to develop models in Matlab and then use Matlab's COM Builder to create a reusable COM object that I can call in C++, Visual Basic, Excel, etc.A lot of folks seem to think Python bridges the gap between a language you can experiment in and a language for large-scale systems development... (*) useful for development, that is -- Ch is just fine for scripting purposes.
Last edited by
Athletico on November 14th, 2004, 11:00 pm, edited 1 time in total.