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

[REBOL] Re: RFC: require-files block in the Rebol header

From: atruter:hih:au at: 5-Aug-2002 15:10

> Rebol [ > title: "Script with image" > require-files: [ > %some-image.gif ;or http://some.domain/img/some-image.gif > ] > ]
In theory, a sound idea. In practice I often use files depending upon certain user preferences / locale. eg. english.dic, vic-pcodes.dat. No point obtaining 100 files if user choices will only lead to several being used (some of my data files get quite large). Reminds me of the old static vs dynamic linking debate (only get the resource when we need it . . . but what happens when it isn't there, etc). Having said all that, I think most of these issues are data related, for code (ie. .r files) I think it is a workable scheme. Regards, Ashley