This is really cool, great job... I am more interested on the details side of this. This was done by embedding a Lua interpreter or by extending Lua? Did you use any special tools to generate the wrappers (SWIG etc.)
Thanks a lot for sharing this, On Wed, Sep 30, 2009 at 12:56 AM, Francesco Abbate <[email protected]> wrote: > Hi, > > I'm proud to annonce the first developer release of GSL Shell, > an interactive interface that gives access to the GNU Scientific > Library (GSL). > > The project is hosted at Savannah at > https://savannah.nongnu.org/projects/gsl-shell/. The webpage with > the documentation is at http://www.nongnu.org/gsl-shell/. > > GSL Shell is based on the LUA scripting language gives you all > the flexibility and richness of the LUA programming language. > The combination of LUA and the GSL library open the possiblity of developing > complicated routines without the burden of writing a real C application. > > This is the first public release of GSL shell and it is not intended for the > casual user but a lot of work have been already done and many modules are > already functional. The module that are currently usable are: > - matrix linear algebra > - Fast Fourier Transform of real data => not yet documented > - Nonlinear least squares fitfor *real* and *complex* data > - Numerical integration > - Ordinary Differential Equation (ODE) system solving for *real* > and *complex* data > > There is also a draft of the documentation but still a lot of work has to be > done. I hope you will give a try to the software and may be help in the > development if you are interested. > > Best regards, > Francesco > _______________________________________________ > Help-gsl mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gsl > -- Rohit Garg http://rpg-314.blogspot.com/ Senior Undergraduate Department of Physics Indian Institute of Technology Bombay _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
