Matlab vs Python (was RE: Discussion: Introducing new operators for matrix computation)
Moshe Zadka
moshez at math.huji.ac.il
Tue Jul 18 03:41:45 EDT 2000
More information about the Python-list mailing list
Tue Jul 18 03:41:45 EDT 2000
- Previous message (by thread): Matlab vs Python (was RE: Discussion: Introducing new operators for matrix computation)
- Next message (by thread): Matlab vs Python (was RE: Discussion: Introducing new operators for matrix computation)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 18 Jul 2000, Huaiyu Zhu wrote: > On Mon, 17 Jul 2000 18:11:13 -0500, Paul Prescod <paul at prescod.net> wrote: > > > There are even techniques for making your > >language work on the interpreter line. We can help with that. > > Where is this? Is it also included in the references you mentioned? I don't > have time or expertise to examine these, but someone else might. No, we really meant that we'll help yo. Have a look at the way IDLE emulates the Python interpreter -- you can easily see how to run your own compile() function rather then the built-in one. About .mpy modules: check out the CVS's imputils. About custom compilation: check out nondist/compiler for a compiler written in Python you can easily change. -- Moshe Zadka <moshez at math.huji.ac.il> There is no GOD but Python, and HTTP is its prophet. http://advogato.org/person/moshez
- Previous message (by thread): Matlab vs Python (was RE: Discussion: Introducing new operators for matrix computation)
- Next message (by thread): Matlab vs Python (was RE: Discussion: Introducing new operators for matrix computation)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list