SCM_SYSCALL

2013-06-23 Thread Ludovic Courtès
Hello Guilers! We have this (since 2010): --8<---cut here---start->8--- # define SCM_SYSCALL(line)\ do\ { \ errno = 0;

Guile talks at the GNU Hackers Meeting?

2013-06-23 Thread Luca Saiu
Hello people. We're organizing the next GNU Hackers Meeting which will take place next August in Paris, France; see http://www.gnu.org/ghm/2013/paris . We still have free slots, so I'm starting to contact people a little more pro-actively. Personally I would really like a talk about the new Guil

Re: order of evaluation

2013-06-23 Thread Ludovic Courtès
Andy Wingo skribis: > Not sure what to do. The part of me that wants to do aggressive CSE > wants to transform to a form that fixes order of evaluation, but the > part of me that wants to be able to shuffle values using the Dybvig > algorithm wants to do the direct form. Dunno! I don’t know ei