[CM] How do I use Chicken libraries?
Neil Baylis
neil.baylis at gmail.com
Sun Apr 5 09:26:38 PDT 2009
Hi,
I'm using cm3 compiled with Chicken. I don't understand how to load Chicken
libraries, e.g. tcp:
$ csi
CHICKEN
(c)2008 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 3.4.0 - macosx-unix-gnu-x86 [ manyargs dload ptables applyhook ]
SVN rev. 11987 compiled 2009-03-25 on star (Darwin)
#;1> (use tcp)
; loading library tcp ...
#;2> ^D
$
$ bin/cm
JUCE v1.46 (c) 2009 Julian Storer
Chicken 3.4.0 (c) 2009 Felix L. Winkelmann
/\\\
---\\\---------
----\\\--------
----/\\\------- Common Music 3.2.4
---/--\\\------
--/----\\\-----
/ \\\/
cm> (use tcp)
Error: unbound variable: tcp
cm>
There's probably something obvious I'm missing. I just assumed that if I
compiled with Chicken, the cm listener would be a Chicken listener. Is that
not correct? The reason I compiled with Chicken instead of S7 is because I
thought it would give me instant access to all those Chicken libraries in
cm.
Thanks
Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20090405/043c2c44/attachment.html>
More information about the Cmdist
mailing list