Lisp, OCaml or what for Runge Kutta?

Posted by Eelvex on Stack Overflow See other posts from Stack Overflow or by Eelvex
Published on 2010-05-25T19:46:41Z Indexed on 2010/05/25 19:51 UTC
Read the original article Hit count: 285

Filed under:
|
|

Which language would you propose for solving a system with:

  • first order differential equations
  • complex variables
  • N-dimensions

using 4th order Runge Kutta or the like.

Speed matters a lot but would sacrifice for:

  • Elegant (clean and short) code
  • Flexibility + scalability

I'm mostly between a Lisp and OCaml but any other suggestion is welcomed.

Thanks!

© Stack Overflow or respective owner

Related posts about lisp

Related posts about ocaml