Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

lisp and threads

2 views
Skip to first unread message

Jorge A. Tavares

unread,
May 15, 2000, 3:00:00 AM5/15/00
to
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 =-
-= ja...@student.dei.uc.pt =- -= 0936 6669824 =-
-= CT2HFF=- -= http://student.dei.uc.pt/~jast =-

Erik Naggum

unread,
May 15, 2000, 3:00:00 AM5/15/00
to
* "Jorge A. Tavares" <ja...@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.

s...@usa.net

unread,
May 15, 2000, 3:00:00 AM5/15/00
to
In article <8fophj$nkg$1...@rena.mat.uc.pt>,

"Jorge A. Tavares" <ja...@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.

0 new messages