The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From:
"Jorge A. Tavares" <j... @student.dei.uc.pt>
Date: 2000/05/15
Subject: lisp and threads
hi ! I would like to know how can i program threads in lisp. In java i have the thread class but in lisp i was unable to find something smiliar ... can somebody point me in some direction ? thanks ! jorge tavares
--
-= Jorge Tavares =- -= j... @student.dei.uc.pt =- -= 0936 6669824 =- -= CT2HFF=- -= http://student.dei.uc.pt/~jast =-
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.lisp
From:
Erik Naggum <e... @naggum.no>
Date: 2000/05/15
Subject: Re: lisp and threads
* "Jorge A. Tavares" <j... @student.dei.uc.pt> | I would like to know how can i program threads in lisp. Which Common Lisp implementation are you using?
#:Erik -- If this is not what you expected, please alter your expectations.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.lisp
Date: 2000/05/15
Subject: Re: lisp and threads
In article <8fophj$nk... @rena.mat.uc.pt>, "Jorge A. Tavares" <j... @student.dei.uc.pt> wrote:
> I would like to know how can i program threads in lisp.
Unfortunately, threads in Lisp are highly implementation-specific. (often they are called "processes" - see your implementation's documentation). If you want your code to be portable across implementations, you might want to use clocc/src/port/proc.lisp (see http://clocc.sourceforge.net )
Sent via Deja.com http://www.deja.com/ Before you buy.
You must
Sign in before you can post messages.
You do not have the permission required to post.