Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Command/Pro call interact with external program using STDIO

From: bry:itnisk at: 29-Jan-2003 16:13

>I've been playing with another way of doing it using Solaris and inetd >server/daemon, >in that wat I start the external program with rebol by opening a port >specified in inetd. >But it seems like overkill to port communication and a server/daemon
for >this... well the std.r would work I suppose with any other scripting language available from the command line, no matter the platform, this was one of the things I was hoping to get some interest in. The port thing seems to me as a way to connect with external programs that are not accessible via the command line. A propos that I was doing some stuff on a separate (personal) project to make Rebol talk with erlang via opening a port.