[CM] Re: Cmdist digest, Vol 1 #1310 - 2 msgs

Kjetil S. Matheussen k.s.matheussen at notam02.no
Mon, 21 Jan 2008 11:33:23 +0100 (CET)


On Sun, 20 Jan 2008, M. Edward (Ed) Borasky wrote:

> Heinrich Taube wrote:
> > cm should work in practically every common lisp and in guile, stklos and 
> > gauche schemes.
> Right, but the packages in the Fedora and Planet CCRMA repositories are 
> for the most part pre-compiled with a specific Lisp. The one I loaded 
> was done with SBCL.
> 


You can start cm/guile like this with planet ccrma:

$ guile -l /usr/share/common-lisp/source/cm/src/cm.scm
; loading guile.scm
; loading loop.scm
; loading level1.scm
; loading utils.scm
; loading mop.scm
; loading objects.scm
; loading data.scm
; loading scales.scm
; loading spectral.scm
; loading patterns.scm
; loading io.scm
; loading scheduler.scm
; loading gnuplot.scm
; loading plt.scm
; loading sco.scm
; loading clm.scm
; loading clm2.scm
; loading midi1.scm
; loading midi2.scm
; loading midi3.scm
; loading osc.scm
; loading sc.scm
; loading pm.scm
; loading rt.scm
guile> (cm)

 /\\\
---\\\---------
----\\\--------
----/\\\------- Common Music 2.11.0
---/--\\\------
--/----\\\-----
 /      \\\/

guile>


Probably the same way with gauch and stklos...