[CM] Re: Cmdist digest, Vol 1 #1310 - 2 msgs
Heinrich Taube
taube at uiuc.edu
Mon, 21 Jan 2008 08:04:10 -0600
> But what if I need to start guile by using snd?
yes you are corrrect if you are already inside a lisp environment then
just load src/cm.scm
if you are already inside a common lisp you can either load src/
cm.lisp or use the ASDF loading api. in the case of common lisp
regardless of how you load, cm will keep different lisp compiled fasls
separate so that you can wok with cm in difffernet environments at the
same time
On Jan 21, 2008, at 7:41 AM, Kjetil S. Matheussen wrote:
>
> Aha!
> So "/usr/share/common-lisp/source/cm/bin/cm.sh -l guile"
> would be the official way?
>
> But what if I need to start guile by using snd?
> IOW, is there a difference between running
> "/usr/share/common-lisp/source/cm/bin/cm.sh -l guile"
> and
> "guile -l /usr/share/common-lisp/source/cm/src/cm.scm"
> ?
>
>
>
> On Mon, 21 Jan 2008, Heinrich Taube wrote:
>
>> yes thanks kjetil, and to invert it, you can start cm in ANY
>> supported
>> distro (for example clisp) by doing:
>>
>> /path/to/cm/bin/cm.sh -l clisp
>>
>> this works under emacs as well. the cm.sh script will keep compiled
>> binaries under separate subdirectories of cm/bin
>>
>> On Jan 21, 2008, at 4:33 AM, Kjetil S. Matheussen wrote:
>>
>>> You can start cm/guile like this with planet ccrma:
>>>
>>> $ guile -l /usr/share/common-lisp/source/cm/src/cm.scm
>>
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist