guile-user
[Top][All Lists]
Advanced

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

Re: Guile API for foreign languages: proposing SCM scm_list_0(void)


From: Andy Wingo
Subject: Re: Guile API for foreign languages: proposing SCM scm_list_0(void)
Date: Tue, 15 Jan 2013 10:06:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Mon 14 Jan 2013 23:44, Alexei Matveev <address@hidden> writes:

>   scm_to_int();
>   scm_is_true();
>   scm_is_symbol();
>   scm_is_null();

We can change these to inline functions, no problem.  They would also
get an out-of-line version written to the .so, so that should work for
you too.

It seems that we can indeed make all of our API available to non-C
users.  Any objections to doing so?

Andy
-- 
http://wingolog.org/



reply via email to

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