On Jun 15, 2009, at 16:23, Bugs wrote:
> I'm a newbie on Clojure and LISP, and I'm interasted in matlab
> replacement languages.
> It is just my hobby, but I'm trying to implement a matlab like
> language extension.
>
> I think that Clojure has ability enough to be numerical language like
> a Matlab or Mathematica.
There's nothing wrong with Clojure as a language for such a project,
quite on the contrary. However, please keep in mind that both Matlab
and Mathematica contain enormous libraries of numerical routines
(plus symbolic computation for Mathematica). Creating the equivalent
from scratch, in any language, is a very ambitious project.
The closest Clojure-based project I know of is Incanter:
http://github.com/liebke/incanter/tree/master
Its model is R rather than matlab, but there are many characteristics
in common. Another projet to look at is
http://github.com/aperotte/persistentmatrix/tree/master
Its goal is the creation of a N-dimensional array implementation for
Clojure.
Konrad.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---