Re: GNU Guile community in google+

2013-01-15 Thread Nikita Karetnikov
Hi, This thread misses the point. Because there are two separate issues: 1. Is it OK to use non-free and centralized services? I'm not going to explain why it's not OK in detail. But I'd like to point out that if you use such a service, you encourage others to do the same. Here is an example:

Re: case-lambda* question

2013-01-15 Thread Daniel Llorens
On Jan 14, 2013, at 11:39, Andy Wingo wrote: … > The attached patch fixes the problem. If there are no comments against > it, I will apply it to stable-2.0. It does introduce a slight > incompatibility, but I don't think there are many case-lambda* users, > and it makes cases work that previou

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

2013-01-15 Thread Andy Wingo
On Mon 14 Jan 2013 23:44, Alexei Matveev 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 ca