Re: [CM] cm2

2017-02-04 Thread Ralf Mattes
On Sat, Feb 04, 2017 at 10:52:37PM +0100, Ralf Mattes wrote: > On Sat, Feb 04, 2017 at 08:40:17PM +0100, Orm Finnendahl wrote: > > > [...] > > cm2 up to date, fixed some bugs and added functionality (also to > > fomus, especially regarding the lilypond backend). > > Orm, do you keep those fomus

Re: [CM] cm2

2017-02-04 Thread Ralf Mattes
On Sat, Feb 04, 2017 at 10:22:56PM +, Taube, Heinrich K wrote: > Ralf is correct CM is written in a simplified scheme that was easy to port to > other schemes, and also to convert to common-lisp. This was all pre S7. After > Bill created S7 that allowed true emdedding into C/C++ I didnt see

Re: [CM] cm2

2017-02-04 Thread Taube, Heinrich K
Ralf is correct CM is written in a simplified scheme that was easy to port to other schemes, and also to convert to common-lisp. This was all pre S7. After Bill created S7 that allowed true emdedding into C/C++ I didnt see any reason to keep supporting the other schemes since S7 also has

Re: [CM] cm2

2017-02-04 Thread Ralf Mattes
On Sat, Feb 04, 2017 at 08:40:17PM +0100, Orm Finnendahl wrote: > Here are some links: > > quicklisp: https://www.quicklisp.org/beta/ > > incudine: http://incudine.sourceforge.net/ > > cm-incudine: https://github.com/ormf/cm-incudine > > fudi-incudine: https://github.com/ormf/fudi-incudine >

Re: [CM] cm2

2017-02-04 Thread Ralf Mattes
On Sat, Feb 04, 2017 at 09:09:00PM +0200, Matti Koskinen wrote: > just looked at the cm2.sh, where you can define guile, gauche or snd to run > scheme, or for running lisp sbcl, clisp, ecl. Probably there where other > lisp-flavors too, can't remeber, the code is on another computer. That once

Re: [CM] cm2

2017-02-04 Thread Ralf Mattes
On Sat, Feb 04, 2017 at 05:49:52PM +, James Hearon wrote: > Hi, > > re: cm2, with help from Adam I understand I'm supposed to load the cm2.asd. > OK. > > I can load, and eval .lisp file from sbcl using command line, or in emacs > with slime; but cannot yet figure out how to get .cm or

Re: [CM] cm2

2017-02-04 Thread Orm Finnendahl
Hi Jim, there should be lisp examples in the etc/examples subdirectory of cm2. In the cm2 version I use (2.12.0) they seem to use lisp syntax. Some of them are broken, though (to my knowledge plotter isn't working and the code in some examples doesn't work with the last cm2 version). If you use

Re: [CM] cm2

2017-02-04 Thread Matti Koskinen
just looked at the cm2.sh, where you can define guile, gauche or snd to run scheme, or for running lisp sbcl, clisp, ecl. Probably there where other lisp-flavors too, can't remeber, the code is on another computer. -m On 04.02.2017 20:27, Matti Koskinen wrote: hi, scm (scheme) doesn't

Re: [CM] cm2

2017-02-04 Thread Matti Koskinen
hi, scm (scheme) doesn't work with sbcl. sbcl needs lisp-code, if the .cm-files are from the lisp-cm2, they should work, but from newer cm (grace) they are actually scheme, so you can't use them with cm2. please correct me, if I'm completely wrong. -m On 04.02.2017 19:49, James Hearon