From: G
Subject: Does lisp have Threads, and/or RPC?
Date: 
Message-ID: <94g7as$qc1$1@news.netvision.net.il>
Does lisp have Threads, and/or RPC?

Regards

From: Marco Antoniotti
Subject: Re: Does lisp have Threads, and/or RPC?
Date: 
Message-ID: <y6c7l3mqmu1.fsf@octagon.mrl.nyu.edu>
"G" <········@netvision.net.il> writes:

> Does lisp have Threads, and/or RPC?
> 

Just like C and C++, but not like Java and Ada.  Check your
implementation for details.

Cheers

-- 
Marco Antoniotti =============================================================
NYU Bioinformatics Group			 tel. +1 - 212 - 998 3488
719 Broadway 12th Floor                          fax  +1 - 212 - 995 4122
New York, NY 10003, USA				 http://galt.mrl.nyu.edu/valis
             Like DNA, such a language [Lisp] does not go out of style.
			      Paul Graham, ANSI Common Lisp
From: Martti Halminen
Subject: Re: Does lisp have Threads, and/or RPC?
Date: 
Message-ID: <3A6D63D5.5CEC60E0@solibri.com>
G wrote:
> 
> Does lisp have Threads, and/or RPC?

The language standard does not have them. Most serious implementations
do have those, see for example
http://www.franz.com/support/documentation/6.0/doc/multiprocessing.htm

--