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

[REBOL] Re: DLL Hell = Rebol library script version

From: robert:muench:robertmuench at: 13-Nov-2003 15:42

On Tue, 11 Nov 2003 10:49:21 -0500, Maxim Olivier-Adlhoch <[maximo--meteorstudios--com]> wrote:
> what do you do when the included scripts totalize more than 500k of code? > do you create a 501KB file for each script?
Yes. Why not?
> why is run-time linking so bad if the engine is standardized and the > resources are centralized and "official" in some way?
...in some way That's the problem. There is more than one way to do it. One EXE file is simple to move, copy, distribute etc. Users just download it, start it, use it. That's it. KISS. Robert