Re: [Numpy-discussion] matlab translation

2006-06-28 Thread Erin Sheldon
ANTLR was also used for GDL http://gnudatalanguage.sourceforge.net/ with amazing results. Erin On 6/28/06, Mathew Yeates <[EMAIL PROTECTED]> wrote: > I've been looking at a project called ANTLR (www.antlr.org) to do the > translation. Unfortunately, although I may have a Matlab grammar, it > woul

Re: [Numpy-discussion] matlab translation

2006-06-28 Thread Mathew Yeates
I've been looking at a project called ANTLR (www.antlr.org) to do the translation. Unfortunately, although I may have a Matlab grammar, it would still be a lot of work to use ANTLR. I'll look at some of the links that have posted. Mathew Robert Kern wrote: > Vinicius Lobosco wrote: > >> Le

Re: [Numpy-discussion] matlab translation

2006-06-24 Thread Mark Treiber
A couple of months ago I started something similar but unfortunately it has since stagnated.  Its located at pym.python-hosting.com.  With the exception of a commit a few weeks ago I haven't touched it for 4 months. That being said I havn't completly abandoned it and the basic foundation is there,

Re: [Numpy-discussion] matlab translation

2006-06-24 Thread Robert Kern
Vinicius Lobosco wrote: > Let's just let those who want to try to do that and give our support? I > would be happy if I could some parts of my old matlab programs > translated to Scipy. I do believe that, "Show me," is an *encouragement*. I am explicitly encouraging Mathew to work towards that

Re: [Numpy-discussion] matlab translation

2006-06-24 Thread Vinicius Lobosco
Let's just let those who want to try to do that and give our support? I would be happy if I could some parts of my old matlab programs translated to Scipy.On 6/24/06, Robert Kern <[EMAIL PROTECTED]> wrote: Keith Goodman wrote:>> I'm porting by hand. It does not seem easy to me. And even if it were

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Robert Kern
Keith Goodman wrote: >> I'm porting by hand. It does not seem easy to me. And even if it were Mathew Yeates wrote: > Ah. Do I detect a dare? Could start first by using Octaves matlab parser. Let's just say that anyone coming to this list saying something like, "It doesn't seem like it would be a

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Gary Ruben
One possible starting point for this would be Chris Stawarz's i2py translator which attempts to do this for IDL . It might be possible to build on this by getting it working for current numpy. The production rules for MATLAB might be gleaned from Octave.

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Ryan Krauss
If people could post lines of Matlab code and proposed numpy could, we could try some regexp's that could do some of this. Ryan On 6/23/06, Keith Goodman <[EMAIL PROTECTED]> wrote: > On 6/23/06, Mathew Yeates <[EMAIL PROTECTED]> wrote: > > > > > > > > I'm porting by hand. It does not seem easy to

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Keith Goodman
On 6/23/06, Mathew Yeates <[EMAIL PROTECTED]> wrote: > > > > > I'm porting by hand. It does not seem easy to me. And even if it were > Ah. Do I detect a dare? Could start first by using Octaves matlab parser. (Let me help you recruit people to do the work) "There is no way in the world that this

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Mathew Yeates
> > I'm porting by hand. It does not seem easy to me. And even if it were Ah. Do I detect a dare? Could start first by using Octaves matlab parser. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easi

Re: [Numpy-discussion] matlab translation

2006-06-23 Thread Keith Goodman
On 6/23/06, Mathew Yeates <[EMAIL PROTECTED]> wrote: > This is probably in an FAQ somewhere but . > > Is there a tool out there for translating Matlab to Numeric? I found a > 1999 posting by Travis asking the same thing! It doesn't seem like it > would be all THAT difficult to write. I'm porti