View Single Post
Old 16 November 2014, 11:53   #86
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,762
Quote:
Originally Posted by Leffmann View Post
I think it's the other way around. Being able to call external tools allows you to do pretty much everything, while having an ARexx port does not.

If your IDE is not scriptable, and you only have an ARexx port, then how would you go about automating your build process?
My point is that only having the ability to call external programs is limiting, because now you have to have the right tools, or you have to write them.

Also having a full ARexx port, and a full script language makes things much easier. FrexxEd has all this. In fact, you use it's ARexx port and it's ability to call external programs through it's script language FPL (which is basically just C). This allows you to do just about anything by simply writing some scripts. If something would become too slow, you still have to use an external tool or write some code.
Thorham is online now  
 
Page generated in 0.04428 seconds with 11 queries