Poster | Thread |
shoe
| |
Re: Distributed LISP Posted on 16-Aug-2004 6:36:23
| | [ #1 ] |
|
|
|
Super Member |
Joined: 14-Sep-2003 Posts: 1585
From: Gothenburg, Sweden | | |
|
| This is kind of cool.. Is AREXX avalible for any other OS than AmigaOS? I know "rexx" is, but is AREXX? (What is the difference anyway?)
/shoe |
|
Status: Offline |
|
|
Chunder
| |
Re: Distributed LISP Posted on 16-Aug-2004 9:14:42
| | [ #2 ] |
|
|
|
Super Member |
Joined: 10-Mar-2003 Posts: 1956
From: The City of Xebec's Demise | | |
|
| Quote:
shoe wrote:
This is kind of cool.. Is AREXX avalible for any other OS than AmigaOS? I know "rexx" is, but is AREXX? (What is the difference anyway?)
|
Uh... doesn't the "A" in "ARexx" stand for "Amiga"? - i.e. Amiga Rexx? _________________
|
|
Status: Offline |
|
|
Jamie_S
| |
Re: Distributed LISP Posted on 16-Aug-2004 14:01:53
| | [ #3 ] |
|
|
|
Cult Member |
Joined: 26-Oct-2003 Posts: 796
From: Purbeck, UK | | |
|
| Yes I belive it does _________________ A600 OS3.1 ACA620 | '030 A1200 OS3.5 | µA1-C 750GX OS4.1 | SAM460 OS4.1 | '040 A3000 OS2.1 | Christian Aid |
|
|
Status: Offline |
|
|
cgutjahr
| |
Re: Distributed LISP Posted on 16-Aug-2004 17:52:30
| | [ #4 ] |
|
|
|
Cult Member |
Joined: 8-Mar-2003 Posts: 969
From: Unknown | | |
|
| @shoe:
Quote:
Is AREXX avalible for any other OS than AmigaOS? I know "rexx" is, but is AREXX? (What is the difference anyway?)
|
Rexx was introduced by IBM in the early eighties (IIRC). ARexx is the Amiga implementation of Rexx.
There are very few differences between Rexx and ARex. Tthe only thing I can remember right now is that ARexx has both INDEX() and FIRSTPOS() (both functions do the same job) while Rexx only knows FIRSTPOS(). Of course, the famous 'Arexx message ports' are Amiga specific aswell.
Unfortunately, Rexx is pretty much dead nowadays. It's still used in IBM's OS/2 (I think they call it 'eComStation' now), but that's dead aswell |
|
Status: Offline |
|
|
olegil
| |
Re: Distributed LISP Posted on 17-Aug-2004 21:06:22
| | [ #5 ] |
|
|
|
Elite Member |
Joined: 22-Aug-2003 Posts: 5895
From: Work | | |
|
| @cgutjahr:
Well, the important thing about Arexx was never the language, it was the easy access to message ports. So any language where this could be added in a clean way (that means no need to shuffle pointers and structs in C around, please) would be potentially very useful.
Like for instance Python, it has both an Arexx port handler and an Arexx client handler. Unfortunately it doesn't look like it'll be part of OS4 _________________ This weeks pet peeve: Using "voltage" instead of "potential", which leads to inventing new words like "amperage" instead of "current" (I, measured in A) or possible "charge" (amperehours, Ah or Coulomb, C). Sometimes I don't even know what people mean.
|
|
Status: Offline |
|
|
peggus
| |
Re: Distributed LISP Posted on 18-Aug-2004 20:47:23
| | [ #6 ] |
|
|
|
Regular Member |
Joined: 7-Jul-2003 Posts: 159
From: Pasadena | | |
|
| Whatever happened to the "Sheep" scripting lanquage that was tooted as the replacement of arexx a while ago? _________________
|
|
Status: Offline |
|
|
olegil
| |
Re: Distributed LISP Posted on 19-Aug-2004 16:42:10
| | [ #7 ] |
|
|
|
Elite Member |
Joined: 22-Aug-2003 Posts: 5895
From: Work | | |
|
| That was for DE. Whatever happened to DE, I hear you cry. Well, no clue. _________________ This weeks pet peeve: Using "voltage" instead of "potential", which leads to inventing new words like "amperage" instead of "current" (I, measured in A) or possible "charge" (amperehours, Ah or Coulomb, C). Sometimes I don't even know what people mean.
|
|
Status: Offline |
|
|