[REBOL] Re: Commercializing Rebol
From: robert:muench:robertmuench at: 15-May-2001 17:43
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On
> Behalf Of Petr Krenzelok
> Sent: Tuesday, May 15, 2001 12:10 PM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: Commercializing Rebol
> however, you can upgrade rebol, no? Express does
> so - the problem is Windows locks file it is running, so you have to find
> workaround ...
Hi, I see the problem in updating a /Runtime version. How do you update the
script of a /Runtime version without killing the /Runtime engine and how do
you update the /Runtime engine without killing the encrypted script
contained in it? Will the client have to download a complete new EXE? Than I
have to handle the process of generating a /Runtime version for the
client... not very cost effective.
> As I said above - we currently have parser - why to complicate
> things? Let it work upon opened port. Being it one way or other - most
parse
> operations are just buffer skips, so what? At least some parse
functionality
> could be supported that way imo ...
Hmm... I'm not sure if parse on opened port will solve the problem.
Accessing huge amounts of data fast needs some datastructure infrastructure
;-) to be efficient & effective. If you want to use parse, than parse would
have to support several channels: One data channel to skip along; one index
channel, which will provide optimized skip information for the data channel
etc.
> I don't understand what "constraint programming" means. Do you
> have any link to any interesting articles? Would appreciate :-)
Try the www.mozart-oz.org and www.openip.org the OpenAmulet documentation
contains some information about constraint programming. Hope this helps.
Robert