Re: [CM] cm2 on GracCL

2016-04-02 Thread Matti Koskinen
> On 2 Apr 2016, at 10:14 pm, b...@ccrma.stanford.edu > wrote: > > s7 getters and setters are handled via either procedure-setter (settable), > or dilambda (equivalent to Guile's procedure-with-setter). Generic functions > and CLOS-like objects are handled thro

Re: [CM] cm2 on GracCL

2016-04-02 Thread bil
s7 getters and setters are handled via either procedure-setter (settable), or dilambda (equivalent to Guile's procedure-with-setter). Generic functions and CLOS-like objects are handled through environments (known as lets in s7). You can use define-class and all that ancient clanking machinery

[CM] cm2 on GracCL

2016-04-02 Thread Matti Koskinen
hi, speaking of new cm.asd for cm2,I’d really like to build GraceCL. I once succeeded building GCL. Hunting the correct version of juice was quite of a pain, but finally found a correct version.GCL works, but some lisp (clozure, sbcl, clisp) crashes occurred frequently, probable these were too