Re: [ANN] Stable Guile-Gnome-Platform 2.16.1 released
Le Thu, 03 Jul 2008 18:49:46 +0200, Andy Wingo <[EMAIL PROTECTED]> a écrit : > Greetings to hackers of the good hack, > > After seven years of development by a varied and motley crew, we are > pleased and relieved to finally announce the first^Wsecond API- and > ABI-stable release of guile-gnome-platform, version 2.16.0^W2.16.1. This is just fan-tas-tic!!! Great great great!!! Hope a debian package will follow soon, can't wait to get my hands on it So Many Thanks Andy!! David
Passing C pointers through guile
Hi, is there any portable and recommended way for passing C pointers around in guile environment? I think of something like scm_to_ptr (analogous to scm_to_int etc.). Certainly such a value would be completely useless for the interpreter. One can achieve simillar functionality using the aforementioned scm_to_int (keeping track on the word length of the build target), but it seems rather unnatural. Perhaps the need for passing pointers is a sign of a weakness in design of a given system, is it so? very good regards mg