*********** REPLY SEPARATOR  ***********

On 1/25/2000 at 8:49 AM [EMAIL PROTECTED] wrote in X-SELMA: [REBOL]
89336:
{
Yes, there are two aproaches available.

1) Do it all with REBOL
- use ports
- wait for /Command, let's bring some open source C/C++ library
onboard, build
something - probably better solution, as it is not TCP/IP dependent

2) REBOL as a tool. Wait for /Command Toolkit version, embedd REBOL
into your
own apps, create some clever REBOL object in a /Apache object style,
extensible
in run-time, and let it interact with outer world ...
}

By "use ports" do you mean use something like mySQL, that connects with
clients via TCP/IP (port 3306 by default). 

There are a lot of interesting Open Source projects over there
(mysql.org), including several GUIs for different platforms (e.g. NT).


I wonder if a mySQL GUI is something /VIEW could also do?

(BTW, mySQL also has a OBDC driver, and so would work with /Command
later.)

-Ted.

Reply via email to