[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The future of Octave
From: |
Przemek Klosowski |
Subject: |
Re: The future of Octave |
Date: |
Mon, 11 Dec 2000 13:20:51 -0500 |
> I've been hesitant to pursue this option for three reasons.
>
> 1) The need to learn a second language for programming callbacks
> 2) The overhead of installing and running a second large interpreter
> 3) The ungainliness of tcl/tk
>
Tcl is too slow, especially since everyone is obviously concerned about
execution time. I say we should use C++m which Octave can already
dynamicly load.
Tcl would be indeed too slow if one wanted to use it for
computation---but I don't think this is being contemplated. I think a
better idea is to wrap up Tk widgets into octave wrappers; so instead
of Tcl loop running Tk widgets you'd run Octave loop. Tk widgets have
been stolen already, twice: by Python (TkInter) and Perl (PerlTk?), so
octave could do the same. Tcl/Tk is ugly only if abused, and I speak
from experience: I once needed matrices and matrix multiplication in
Tcl, and it was awful. However, GUI in Tcl/Tk tends to be brief and
flexible.
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- Re: The future of Octave, (continued)
Re: The future of Octave, John W. Eaton, 2000/12/08
Re: The future of Octave, Stef Pillaert (KAHO), 2000/12/08
- Re: The future of Octave, Paul Kienzle, 2000/12/09
- Re: The future of Octave, Rafael Laboissiere, 2000/12/09
- Re: The future of Octave, j . logsdon, 2000/12/09
- Re: The future of Octave, Kevin Straight, 2000/12/10
- Re: The future of Octave,
Przemek Klosowski <=
- Re: The future of Octave, Trond Eivind GlomsrØd, 2000/12/11
- Re: The future of Octave, João Cardoso, 2000/12/11
- Re: The future of Octave, Trond Eivind GlomsrØd, 2000/12/11
- Re: The future of Octave, Kevin Straight, 2000/12/13
Re: The future of Octave, Paul Kienzle, 2000/12/08
Re: The future of Octave, Andy Adler, 2000/12/08
Re: The future of Octave, Kevin Straight, 2000/12/08