From: gavino
Subject: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <1193864215.918311.126700@v29g2000prd.googlegroups.com>
http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm

does lisp have anything like this?

From: Dimiter "malkia" Stanev
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <5osc38Fo397pU1@mid.individual.net>
gavino wrote:
> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
> 
> does lisp have anything like this?
> 

Nope. Lisp has only parentheses. Capisce?
From: Slobodan Blazeski
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <1193872875.408025.90140@v3g2000hsg.googlegroups.com>
On Oct 31, 1:56 pm, gavino <·········@gmail.com> wrote:
> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
>
> does lisp have anything like this?

According to the last code you submitted at
http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c1f28bea71c281/ef64fb293e39ca8c?lnk=st&q=slobodan#ef64fb293e39ca8c
I assume that you finished first 3 chapters of Gentle Introduction. So
we'll continue with chapter 4 conditionals:
The IF special function takes three arguments: a test, a true-part,
and a
false-part. If the test is true, IF returns the value of the true-
part. If the test is false, it skips the true-part and instead returns
the value of the false-part. Examples
(if (oddp 1) 'odd 'even)
 odd
(if (oddp 2) 'odd 'even)
even

Exercise 1: Write a function INCF-NUMBER that adds 1 to it's argument,
if the argument is a number else it returns the argument unchanged.You
may use numberp predicate.
CG-USER(33): (incf-number 4)
5
CG-USER(35): (incf-number "gjdfkgjkj")
"gjdfkgjkj"

Slobodan
From: smallpond
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <1193945138.151952.176540@57g2000hsv.googlegroups.com>
On Oct 31, 4:56 pm, gavino <·········@gmail.com> wrote:
> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
>
> does lisp have anything like this?

Yes.
http://www.netlib.org/pvm3/faq_html/node6.html#SECTION00024000000000000000
From: Frank Goenninger DG1SBG
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <lzr6jagn59.fsf@pcsde001.de.goenninger.net>
gavino <·········@gmail.com> writes:

> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
>
> does lisp have anything like this?

Gavino - you even have that G letter in your pseudonym. It might seem
you should be able to do *G*oogle:

Google PVM Lisp

turns up

"Parallel computing in Lisp" -> http://bc.tech.coop/blog/040427.html

CL-PVM is from 1995. What's the birth date of Pvm.pm?

Frank

-- 

  Frank Goenninger

  frgo(at)mac(dot)com

  "Don't ask me! I haven't been reading comp.lang.lisp long enough to 
  really know ..."
From: John Thingstad
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <op.t04qio0xut4oq5@pandora.alfanett.no>
P� Wed, 31 Oct 2007 21:56:55 +0100, skrev gavino <·········@gmail.com>:

> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
>
> does lisp have anything like this?
>

You should as Duane Retting who wrote the Franz version for the Cray  
supercomputer.

-- 
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/
From: John Thingstad
Subject: Re: using machines of various operating systesm as a supercomputer
Date: 
Message-ID: <op.t04qo71out4oq5@pandora.alfanett.no>
P� Thu, 01 Nov 2007 21:14:37 +0100, skrev John Thingstad  
<·······@online.no>:

> P� Wed, 31 Oct 2007 21:56:55 +0100, skrev gavino <·········@gmail.com>:
>
>> http://search.cpan.org/~dleconte/Parallel-Pvm-1.4.0/Pvm.pm
>>
>> does lisp have anything like this?
>>
>
> You should as Duane Retting who wrote the Franz version for the Cray  
> supercomputer.
>

as -> talk to

-- 
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/