[REBOL] Re: Interfacing with Java, C# ......
From: greggirwin:mindspring at: 3-Aug-2006 8:59
Hi Thorsten,
TM> Is it in general possible to establish a communication between Rebol an
TM> other programming language programs (perhaps via sockets), has anybody
TM> done something like that and what is the best method (performance,
TM> stability ...) if there are more than one?? It should be as universally
TM> as possible.
Yes, sockets are sockets. What is easiest will depend on who you're
talking to (i.e. the other langauge). It may be that there are
specific protocols, or format handling, built in that play to one
approach or another.
-- Gregg