Re: wip-threads-and-fork

2012-04-06 Thread Andy Wingo
Heya :) An ongoing discussion... On Tue 27 Mar 2012 08:54, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> On Wed 21 Mar 2012 22:26, l...@gnu.org (Ludovic Courtès) writes: >> >>> What about adding a big fat warning in the doc about use of >>> ‘primitive-fork’ in a multi-thread

Re: Inclusion of guile-log II

2012-04-06 Thread Stefan Israelsson Tampe
> Regardless, I’d be reluctant to use (or include in Guile) a logic > programming system that uses an interface different from that of Kanren, > because (1) there’s a book explaining that interface, and (2) it’s very > well thought out, concise, elegant, and powerful. F.Y.I. I have now a kanren i

Re: [Code for fun] Announce my generic server Ragnarok

2012-04-06 Thread Noah Lavine
How about this: "A server for HTTP and other Internet protocols, with support for templates, CGI, and more." Really Nala should be writing this. I haven't used the project yet; I just think it's good if the Guile webpage lists more projects. Noah On Fri, Apr 6, 2012 at 5:12 AM, Ludovic Courtès

Re: [Code for fun] Announce my generic server Ragnarok

2012-04-06 Thread Ludovic Courtès
Hi, Noah Lavine skribis: > I think this is a fair description: Thanks! > http://gitorious.org/glow/ragnarok/";>Ragnarok > > description > A multi-protocol server. > > license > GPL 3 Can you elaborate the description? This one may be too concise to be correctly interpreted, I think. Ludo’