Re: dynamic module creation

2009-02-03 Thread Neil Jerram
Julian Graham writes: > Incidentally, my naive attempt to refine the behavior of > `beautify-user-module!' straight-up failed: > > guile> (define m (resolve-module '(foo))) > guile> (let ((interface (make-module 31))) > ... (set-module-name! interface (module-name m)) > ... (set-module-kind! inte

Re: more debugging info needed.

2009-02-03 Thread Neil Jerram
Paul Emsley writes: > This is Greg's Home: > http://home.gna.org/greg/ Thanks. > I made some fixes that didn't make it into stable release, I get the > fixed up Greg from here: > > http://www.ysbl.york.ac.uk/~emsley/software/extras/greg-2.0.0-pe.tar.gz OK, so basically you want to modify each

Re: guile-dbi for Oracle?

2009-02-03 Thread Linas Vepstas
2009/2/3 Paul Emsley : > A user of my (guile-embedding) program has an Oracle database and asked me > if it was possible to interact with it (the database) in interesting ways > from my program (i.e. guile really). > > Is that possible or hopeless? Possible, but will require coding. guile-dbi (h

guile-dbi for Oracle?

2009-02-03 Thread Paul Emsley
Hi (Linas), A user of my (guile-embedding) program has an Oracle database and asked me if it was possible to interact with it (the database) in interesting ways from my program (i.e. guile really). Is that possible or hopeless? Thanks, Paul.

Re: Greg testing framework

2009-02-03 Thread Linas Vepstas
2009/2/3 Paul Emsley : > Ludovic Courtès wrote: >> Paul Emsley writes: >>> However, Greg is great. >>> >>> This is Greg's Home: >>> http://home.gna.org/greg/ >>> >>> I made some fixes that didn't make it into stable release, I get the >>> fixed up Greg from here: >>> >>> http://www.ysbl.york.ac.uk

Re: Greg testing framework

2009-02-03 Thread Paul Emsley
Ludovic Courtès wrote: Hi, Paul Emsley writes: However, Greg is great. This is Greg's Home: http://home.gna.org/greg/ I made some fixes that didn't make it into stable release, I get the fixed up Greg from here: http://www.ysbl.york.ac.uk/~emsley/software/extras/greg-2.0.0-pe.tar.gz

Greg testing framework

2009-02-03 Thread Ludovic Courtès
Hi, Paul Emsley writes: > However, Greg is great. > > This is Greg's Home: > http://home.gna.org/greg/ > > I made some fixes that didn't make it into stable release, I get the > fixed up Greg from here: > > http://www.ysbl.york.ac.uk/~emsley/software/extras/greg-2.0.0-pe.tar.gz What's the maint