chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] repl with scgi?


From: Peter Bex
Subject: Re: [Chicken-users] repl with scgi?
Date: Thu, 29 Jun 2006 00:27:29 +0200
User-agent: Mutt/1.4.2.1i

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: pgpxP102GXzZm.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]