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
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 ()
>
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 ..
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-
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
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
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