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

[ALLY] Modules and 'system hierarchy change ...

 [1/1] from: petr::krenzelok::trz::cz at: 1-Aug-2000 7:31


Hi, so, modules bring us new concept to REBOL. I would like to ask, if such big change is going to be reflected in REBOL 'system object. Looking at 'system, we can see 'components already there. Then we can see 'script item there too. Hierarchy of scripts being run is stored there. I think 'modules item should be added, or hierarchy changed to something like: modules --> my-module [.... some items scripts: []] so 'script (should be renamed to 'scripts imho, as we have 'components and not 'component there already) could be nested into 'modules tree. Or, maybe even better, 'modules could be nested item of 'components. I think its a logical thingy and it could help us with reflections (e.g. building logical navigation tree): system/components/modules/scripts/funcs|objects|words .... Of course it's up to REBOL designers to decide if it would even make sense :-) Cheers, -pekr-