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

[REBOL] Re: Selling REBOL scripts - Scott's Distributed Licence - tm

From: nitsch-lists::netcologne::de at: 8-Jan-2002 20:47

RE: [REBOL] Re: Selling REBOL scripts - Scott's Distributed Licence - tm [SunandaDH--aol--com] wrote:
> Hi Scott, > <snip> > > I have no problem in many cases for people to have a copy of my code. I just > want as many barriers between my application and their copy of the source > code as possible. With C source a user has got to be very determined to > change the source, recompile, relink, rebuild and perhaps reinstall before > their change takes place, >
if thats the problem, how about distributing your scripts compressed? one has to use some tricks (select the compressed 64#{..} and store it to a file using write %file.r #{..}). thats similar effort as compiling?
> With Rebol as it stands now, a curious user can junk an entire application by > loading it into Word to take a look, and accidentally saving it back as > non-ASCII. I think applications that fragile are scary. >
*grin*: %start-script.r : rebol[] do %application-script.exe with normal rebol-code there. word & co will not open. windows will say its broken, but you its a special kind which needs to be started by the rebol-script. usual users will handle it respectfully and more skilled are clever enough not to edit code with word? *gg*
> Sunanda.
-Volker