Re: Scmutils in guile-2.0

2013-02-13 Thread Mikael Djurfeldt
Daniel Gildea reported problems for guile-2.0 guile-scmutils. Those are fixed in the attached diff. Best regards, Mikael D. guile-scmutils-v0.8-2.0-2.diff Description: Binary data

Re: Scmutils in guile-2.0

2013-02-08 Thread Ludovic Courtès
Mikael Djurfeldt skribis: > On Fri, Feb 8, 2013 at 10:54 AM, Ludovic Courtès wrote: >> Mikael Djurfeldt skribis: >> >>> On Thu, Feb 7, 2013 at 11:00 PM, Ludovic Courtès wrote: > +(cond-expand (guile-2 > + (define-syntax define-integrable > + (syntax-rules () >

Re: Scmutils in guile-2.0

2013-02-08 Thread Mikael Djurfeldt
On Fri, Feb 8, 2013 at 10:54 AM, Ludovic Courtès wrote: > Mikael Djurfeldt skribis: > >> 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 ..

Re: Scmutils in guile-2.0

2013-02-08 Thread Ludovic Courtès
Mikael Djurfeldt skribis: > 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-

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