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

[REBOL] namespacing in Rebol RE: Re: Interesting Article on repurposing software

From: bry::itnisk::com at: 29-Oct-2003 14:27

>furthermore structures can be extended in various ways: > <body xmlns:r="http://www.rebol.com"><r:word>now</r:word> here's some >text ><p>hello <list><item>item 1</item><item>item 2</item></list></p> ></body>
namespacing in a programming language serves different purposes than it has come to serve in xml but I'm wondering, is there anything like namespacing for rebol that anyone has thought on, something like Common Lisp packages maybe?