[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

2398.0. "AREXX" by MTWAIN::MACDONALD (WA1OMM 7.093/145.05/223.58 AX.25) Fri Mar 24 1989 15:22

    I just picked up AREXX by Bill Hawes ... it looks like an interesting
    language. I wonder if any noters are using it and if any of you
    have wriiten any utilities for it?
    
    Paul
    
T.RTitleUserPersonal
Name
DateLines
2398.1MFF and TeXCRLWIN::treeseWin Treese, Cambridge Research LabSat Mar 25 1989 01:5513
I have some AREXX macros (not written by me) that take bibliographic
entries out of an MFF database and turn them into BibTeX format.

Rather handy, actually.  I wish my workstation could do it.

Actually, I've been thinking about how one would do AREXX kind of
things (e.g., using application ports to pass data around) on my
DECwindows workstation (Ultrix or VMS).  One could build quite an
interesting environment.

In this case,  Commodore has it now.  If only they could sell it...

	- Win
2398.2That AREXX miniature golf game..TENAYA::MWMFri Aug 16 1991 17:0919
It's not a utility, but it's something interesting to do while things
are running in the background.

To answer 4783.9 - no, there isn't any hint in the manuals that you
can do something like that with Rexx. Nor is there in Bill Hawe's manual.
CBM doesn't even ship the libraries you need to run it (Willy Langeveld's
RexxArpLib and RexxMathLib).� Since Bill distributed those, this creates
some problems for people using 2.0 with older scripts. But not as many
as those caused by people who have startup scripts that open those libraries
and then have rexx scripts that assume they are open.

There is an ARexx compiler available. It's a commercial product, and in
beta test (the author is willing to sell anyone a Beta copy, at about a
33% discount). I decided not to order a copy, mostly because I don't
have a critical need for it now. I'll almost certainly buy one in the
future. At that point, I'll be able to compile the golf game and distribute
the binaries.

	<mike
2398.3AREXX script > executableTERSE::ROBINSONFri Aug 16 1991 17:5412
 This is what I had seen. Its probably not in the same league as the 
 complier you are talking about, though.


CONTENTS OF DISK 463
--------------------

ExecRexx        A program that turns an ARexx script into an executable
                which can be run from WorkBench or the CLI.  Binary only.
                Author:  Jeff Glatt
 
   
2398.4TENAYA::MWMFri Aug 16 1991 18:3712
[BTW, for those who don't have context - we were discussing a miniature golf
game written in ARexx, see note 4783.8].

ExecRexx sounds like a hack that wraps the Rexx script up in a binary, and
just feeds it to Rexx. I'll have to look at it, though, as that's one of
the things I was interested in the Rexx compiler for.

The compiler generally makes your rexx script run faster (there are some
oddball cases that will cause it to slow down, though). I thought that
was the goal.

	<mike
2398.5TOOK::DROBINSONMon Aug 19 1991 11:376
     > I thought that [speed] was the goal.
     
     Yes, I was mistaken about ExecRexx, remembering only "creates binary"
     and assuming that meant complier. 
     Dave
     
2398.6TENAYA::MWMWed Aug 21 1991 19:0410
I dug out the Fish disk with ExecRexx on it. It explicitly states that you
don't get a speed increas out of it.

You're also required to use the Dissident's library of Rexx interface
routines. Bleah. I already blew one attempt to get this script to someone
else by forgetting that CBM doesn't distribute the Langeveld libraries,
even though Bill did. I'm not interested in adding another one for that.

	Sigh,
	<mike