| Article: |
What I Hate About Your Programming Language | |
| Subject: | You need to look at REXX | |
| Date: | 2003-05-14 07:25:47 | |
| From: | anonymous2 | |
|
Some great points on languages, but REXX beats them all in so many of the points you raise.
|
||
Showing messages 1 through 1 of 1.
-
You need to look at REXX
2003-05-14 10:59:36 anonymous2 [View]



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.