Re: catch, throw, prompt, control, fluids, garbage collection

2010-02-15 Thread Andy Wingo
Hi, A brief note. On Sun 14 Feb 2010 13:33, Andy Wingo writes: > I am currently shaving a yak. I wrote more about the yak: http://wingolog.org/archives/2010/02/14/sidelong-glimpses In it I concluded, I need an efficient with-fluids, some pieces of prompt and abort, and to add that al

Re: r6rs standard libraries

2010-02-15 Thread Julian Graham
Hello again, > Does this sound plausible?  I spent most of this past weekend trying > to grok this and work around it (via various `eval'-based > incantations) without much luck.  (The weird part is, I don't recall > this happening with my old `(ice-9 r6rs-libraries)' module > implementation, but

Re: build problems

2010-02-15 Thread Ludovic Courtès
Hello, Ken Raeburn writes: > #3: Okay, I finally got to "make check", and two getaddrinfo tests > failed, which Ludo and Andy were talking about on IRC. I think these > are bugs in the tests. It appears that one ("wrong service name") is > looking for EAI_SERVICE, when I think EAI_NONAME is th

build problems

2010-02-15 Thread Ken Raeburn
I tried doing a build on my Mac (running 10.6.2) this morning, and ran into some problems. #1: c-tokenize.lex declares yyget_leng() as returning int, but the flex template defines it as returning yy_size_t (which is size_t, a.k.a. unsigned long), so c-tokenize.c doesn't compile. Changing the d