[Top][All Lists]
[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
pgpxP102GXzZm.pgp
Description: PGP signature
- [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/27
- Re: [Chicken-users] repl with scgi?, felix winkelmann, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Thomas Chust, 2006/06/28
- Re: [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/28
- Re: [Chicken-users] repl with scgi?,
Peter Bex <=
- Re: [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Peter Bex, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Kon Lovett, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Zbigniew, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Graham Fawcett, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Thomas Chust, 2006/06/29