On Wed, Jun 28, 2006 at 06:20:34PM -0400, jbarciela jbarciela wrote:
> Anyway, I tried making the thread myself, but make-thread is unbound.
> I noticed that srfi-18 is not an egg, and it doesn't show up if I
> enter ",r" in csi. Does that means that I have to compile my own
> chicken?

#;1> make-thread
Error: unbound variable: make-thread
#;1> (use srfi-18) 
; loading library srfi-18 ...
#;2> make-thread
#<procedure (make-thread thunk20 . name21)>

It's a library but not loaded by default. (just like posix, for example)

HTH
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: pgpaMWnNmGAKn.pgp
Description: PGP signature

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to