A quick note that the workaround is not valid.
Sorry if I caused confusion.
Hi,
I haven't managed to isolate it properly but I observed some strange problem
with "concatenate" (using my "aiscm" library).
(define-method (match (i ) . args) ...)
...
(apply match (concatenate (list (lis
On Thu, 15 Sep 2016, David Pirotte wrote:
Hi Jan,
Thanks a lot for the work. I am trying to run my project "aiscm" with it.
I noticed that slots are now objects themselves. So instead of (car <>),
one can use (slot-ref <> 'name). Please let me know if there is a better
way to get the slot n
Hi,
I haven't managed to isolate it properly but I observed some strange
problem with "concatenate" (using my "aiscm" library).
(define-method (match (i ) . args) ...)
...
(apply match (concatenate (list (list 1) (list 2 2 3 4 5 6
oop/goops.scm:1336:2: oop/goops.scm:1336:2:
Hi Jan,
> Thanks a lot for the work. I am trying to run my project "aiscm" with it.
>I noticed that slots are now objects themselves. So instead of (car <>),
> one can use (slot-ref <> 'name). Please let me know if there is a better
> way to get the slot names of a class.
> (use-module
Thanks a lot for the work. I am trying to run my project "aiscm" with it.
I noticed that slots are now objects themselves. So instead of (car <>),
one can use (slot-ref <> 'name). Please let me know if there is a better
way to get the slot names of a class.
(use-modules (oop goops))
I just changed the guile-cairo entry in pkgsrc to guile 2.0 (we are
belatedly switching).
It is at 1.4,1, the last actual release. I see on savannah:
http://www.nongnu.org/guile-cairo/
that there is a 1.9.91 preelease, but no actual following release.
Is there a release later than 1.4.1?
I