Re: Threads trouble

RT Happe <[email protected]> Mon, 24 Apr 2006 21:34:41 +0200
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
Emilio Lopes wrote:
> So far, so good.  But now try this:
>
>> (spawn my-ls)

And then try

   (spawn (lambda ()
            (display (my-ls))
            (newline)))


rt