Re: Updated Guile Tutorial

2010-08-21 Thread Daniel Kraft
Hi Andy, Andy Wingo wrote: Daniel Kraft writes: here's the promised revised version of my Guile tutorial; I've now added this to the Guile web pages, and linked to it from http://www.gnu.org/software/guile/docs/docs.html. Sorry for taking so long about it. Please let me know if you have an

Re: PEG Parser Updates/Questions

2010-08-21 Thread Andy Wingo
Hello, Mr. Lucy! At some point I might escape the need to apologize at every mail I send, but until then: sorry for the late response! On Thu 05 Aug 2010 23:40, Michael Lucy writes: > On Wed, Jul 28, 2010 at 12:13 AM, Michael Lucy wrote: >> I've officially eliminated the last define-macro expr

Re: thread safe functions

2010-08-21 Thread Ken Raeburn
(switching to guile-devel from guile-user since I think this is more of a developers' issue) On Aug 18, 2010, at 11:56, Andy Wingo wrote (quoting the manual): > Thus, you need to put in additional synchronizations when multiple >threads want to use a single hashtable, or any other mutab