guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gurus? Care to re-explain the absense of gh_set_x() for me?


From: Miroslav Silovic
Subject: Re: Gurus? Care to re-explain the absense of gh_set_x() for me?
Date: 15 Jul 2001 23:55:59 +0200

Sam Tregar <address@hidden> writes:

> Fair enough.  In some ways this project is specifically about trying to do
> the wrong thing!  Who could call it right for Perl and Guile to work
> together?

Well, GYVE folks got Objective C and guile to work together. :) It's
not that hard. Basically, just bear in mind that $foo is a _Perl_
variable, even if it contains the Guile value. So any modifications to
it ought to obey Perl rules (basically,

perl_set_variable("foo", scm_add(perl_get_variable("foo"), whatever))

- the function names here are completely invented, of course).

-- 
How to eff the ineffable?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]