Re: build problems

2010-03-10 Thread Ludovic Courtès
Hello! Ken Raeburn writes: > But... a new issue -- with SCM_DEBUG=1, my build fails: > > GUILE_AUTO_COMPILE=0 \ > ../meta/uninstalled-env \ > guile-tools compile -Wunbound-variable -Warity-mismatch -o > "language/glil/decompile-assemb

Re: Potential Lua implementation for Guile?

2010-03-10 Thread Neil Jerram
No Itisnt writes: > I want to apply for GSOC this year. Since Guile has recently obtained > a compilation/language framework, I was thinking that an > implementation of the Lua language for Guile, under the auspices of > the GNU Project, would be a good fit. Yes, I think that's a great idea. >

Re: Guile and GSL

2010-03-10 Thread Ludovic Courtès
Hello, "Jason R. Green" writes: > [...] >> Though it isn't much, I'd be happy to share what I have so far. >> >> I have gsl_matrix and gsl_vector smobs, their make, mark, free, and >> print functions, as well as wrapper functions that zero each. I also >> have functions for converting between GS

Re: Guile and GSL

2010-03-10 Thread Jason R. Green
Hi, [...] > Though it isn't much, I'd be happy to share what I have so far. > > I have gsl_matrix and gsl_vector smobs, their make, mark, free, and > print functions, as well as wrapper functions that zero each. I also > have functions for converting between GSL and SCM vectors.. [...] I've made