Browse thread
Why don't you use batteries?
-
Edgar Friendly
- Rakotomandimby Mihamina
- Alan Schmitt
- kattla
- Vincent Aravantinos
- Dario Teixeira
- Ashish Agarwal
- Tom Hutchinson
- Richard Jones
- Jake Donham
- Jean-Christophe Filliâtre
- Sylvain Le Gall
- Philippe Wang
- Erik de Castro Lopo
- rixed@h...
- Philip
- Rakotomandimby Mihamina
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-09-06 (13:23) |
From: | Olivier Schwander <olivier.schwander@c...> |
Subject: | Re: [Caml-list] Why don't you use batteries? |
Le 06 Sep 2009 10:52, Gaius Hammond a écrit: > That's an interesting question. I have a friend who is an astrophysicist > at a French observatory. He and his colleagues use FORTRAN and more > recently Python (which hands off its heavy numeric work to LAPACK and > BLAS). OCaml is unheard of, yet it ought to be perfect for them. I don't think the OCaml bindings for BLAS and LAPACK are close to the power and the ease of use of Numpy and Scipy. They provide all the facilities of Matlab with the power of a true programming language (even if I don't like Python). I would say there is a lot of of work to provide such a library with all the syntactic sugar needed to use it confortably but I'm sure that it would be really nice to have efficient and powerful matrix computation in a safe language. Cheers, Olivier