Refering to the original question... Matlab has always been a weak language with an interpreter and some very powerful libraries.
The language isn't the hard part, it is all of the good numerical libraries that is the hard part. Last time I looked there were at least some decent solutions in Java. If I needed to do some Matlab type stuff now, I would probably use Scala. It has an interpreter (REPL) and can use all of the existing Java libraries. On Thu, Apr 15, 2010 at 6:32 AM, Goulart <[email protected]> wrote: > I am thinking of writing a new programming language. I have been > using > Matlab since my student years and I always wondered If there was a > environment like Matlab that would use a programming language similar > to C or Java, with indexes starting at 0 (not 1) .... That would make > script > programming much easier, at least for people who come from C and Java > backgrounds. > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
