guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A guile story


From: Ludovic Courtès
Subject: Re: A guile story
Date: Mon, 06 Nov 2006 10:12:07 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Neil Jerram <address@hidden> writes:

> Andy Wingo <address@hidden> writes:
>
>> I know how you feel! My development stack is enormous right now. One day
>> we will write applications, we must hope.
>
> LOL!  How true that is :-)

Indeed.  ;-)

Just to share my frustration: one of the things preventing me from
"writing an application" currently is this:

  (use-modules (oop goops))

  (let loop ((o <class>))
    (gc)
    (loop (shallow-clone o)))

This yields various crashes or abortions under 1.8.  I dug a bit into it
this week-end without any success so far.

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]