Re: Scmutils in guile-2.0

2013-02-07 Thread Mikael Djurfeldt
On Thu, Feb 7, 2013 at 11:00 PM, Ludovic Courtès wrote: >> +(cond-expand (guile-2 >> + (define-syntax define-integrable >> + (syntax-rules () >> + ((_ form body ...) (define form body ...) > > You can actually use ‘define-inlinable’ here (info "(guile) Inlin

Re: Scmutils in guile-2.0

2013-02-07 Thread Ludovic Courtès
Hi Mikael, Mikael Djurfeldt skribis: > You'll find the archive guile-scmutils-v0.8.tgz here: > > http://www.cs.rochester.edu/~gildea/guile-scmutils/ > > You should be able to apply the attached patch and then be able to run > it under guile-2.0 Nice! > +(cond-expand (guile-2 > + (def

Scmutils in guile-2.0

2013-02-07 Thread Mikael Djurfeldt
As an exercise before porting the up-to-date version of scmutils, I eventually decided to bring Daniel Gildea's Guile port up-to-date. You'll find the archive guile-scmutils-v0.8.tgz here: http://www.cs.rochester.edu/~gildea/guile-scmutils/ You should be able to apply the attached patch and then

Re: Is guile-dbi still mainaining?

2013-02-07 Thread Nala Ginrut
On Thu, 2013-02-07 at 16:19 +0100, Thien-Thi Nguyen wrote: > () Nala Ginrut > () Thu, 07 Feb 2013 21:43:02 +0800 > >@ttn: would you like to post a package to guildhall? ;-) > > Not really. I don't want to invest effort into something i won't be > able to use for the forseeable future, but t

Re: Is guile-dbi still mainaining?

2013-02-07 Thread Thien-Thi Nguyen
() Nala Ginrut () Thu, 07 Feb 2013 21:43:02 +0800 @ttn: would you like to post a package to guildhall? ;-) Not really. I don't want to invest effort into something i won't be able to use for the forseeable future, but that will anyway bring its own set of maintenance demands. On the other h

Re: Is guile-dbi still mainaining?

2013-02-07 Thread Nala Ginrut
On Thu, 2013-02-07 at 05:16 -0800, Mike Gran wrote: > > From: Nala Ginrut > > > > Hi Boriani & Vepstas ! > > I'm dealing with a web-framework and using guile-dbi & guile-dbd, which > > are nice thing to handle the databases. ;-) > > I found there're something obsoleted in the current code, when I

Re: Is guile-dbi still mainaining?

2013-02-07 Thread Mike Gran
> From: Nala Ginrut > > Hi Boriani & Vepstas ! > I'm dealing with a web-framework and using guile-dbi & guile-dbd, which > are nice thing to handle the databases. ;-) > I found there're something obsoleted in the current code, when I tried > to format a patch I've noticed the bug-report&patches h

Re: RTL Cache Cells

2013-02-07 Thread Andy Wingo
Hi, On Thu 07 Feb 2013 04:09, Noah Lavine writes: > In particular, I've been looking at module/system/vm/rtl.scm, and there > are two things I don't understand about cache cells. >   1. How do I choose the scope of a cache cell? It seems like making it > the name of the lambda I'm in would be fi

Is guile-dbi still mainaining?

2013-02-07 Thread Nala Ginrut
Hi Boriani & Vepstas ! I'm dealing with a web-framework and using guile-dbi & guile-dbd, which are nice thing to handle the databases. ;-) I found there're something obsoleted in the current code, when I tried to format a patch I've noticed the bug-report&patches haven't been responded since 2010.