Article:
 |
|
What I Hate About Your Programming Language
|
| Subject: |
|
You need to look at REXX |
| Date: |
|
2003-05-14 10:59:36 |
| From: |
|
anonymous2
|
Response to: You need to look at REXX
|
|
I liked some parts of AREXX -- on the Amiga -- mostly the idea of the standard interprocess communication scripting. However, I always had problems with the syntax -- figuring out what was actually being passed, or being processed. It was weird. (I think in C.)
I eventually did figure out how to do useful things -- my favorite is a script that controls 3D image rendering in Lightwave, uses an external image processing program to apply motion blur and watermarks, then loads the results into the Toaster frame buffer, and talks to a comm program that controls a SVHS single frame editing deck to write the frame out.
All possible, because these programs that didn't know anything about each other all supported an Arexx port.
I wish the same thing existed on Linux. Perl scripts and system() calls are not the same thing as interprocess communication. And don't get me started about that fu-"scripting" that gimp has.
|
Showing messages 1 through 1 of 1.
-
You need to look at REXX for Linux
2003-05-14 13:57:13
anonymous2
[View]
bobh