Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
lisp and threads
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jorge A. Tavares  
View profile  
 More options May 15 2000, 3:00 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options May 15 2000, 3:00 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sds  
View profile  
 More options May 15 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: s...@usa.net
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »