Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-03-03 Thread Neil Jerram
Andreas Rottmann writes: > * Its code uses syntax-case (as specified in R6RS) in quite a few > places. I hope that Guile's macro problems (which currently interact > horribly with modules) will be resolved at some point, and that it > will gain full syntax-case support. Can anybody hint at

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-02-23 Thread Andreas Rottmann
Andy Wingo writes: > Hello! > > Your insights in reverse: > > On Sat 21 Feb 2009 03:52, Andreas Rottmann writes: > >> it might make sense to provide a pure-Scheme FFI inside Guile core >> (perhaps just molding the current G-Wrap runtime library into shape). >> Once you have that, you can create

Re: Thoughts on g-wrap, guile FFI and guile-gnome

2009-02-23 Thread Andy Wingo
Hello! Your insights in reverse: On Sat 21 Feb 2009 03:52, Andreas Rottmann writes: > it might make sense to provide a pure-Scheme FFI inside Guile core > (perhaps just molding the current G-Wrap runtime library into shape). > Once you have that, you can create bindings without the need for any