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

[REBOL] flavors & versions... Re:(3)

From: rebol:techscribe at: 20-Sep-2000 15:14

Hi Pete, you wrote:
>As far as the other files associated with Rebol, how do you handle storage?
Under Windows all versions of the REBOL interpreter are called rebol.exe, for instance. So you will have to either rename them, or install them in separate directories. REBOL/View (if I recall correctly), creates a REBOL directory in \Program Files and creates a view directory in the REBOL directory. Core and Command would also normally belong in their own directories. This may be important because you may want to have different entries in the user.r file for different REBOL versions.
>Either I have multiple versions of the same files in different
directories, or I
>overwrite a script intended for use with View with one that only works in
Core, Everything that works in /Core must work in /View and /Command.
>etc. Maybe scripts should have command: core: and view: blocks that only get >executed depending upon the version of rebol being used...
You could also call /Core files filename.r, /View files that include /View specific stuff filename.rv and /Command files filename.rc. That would avoid confusion as well.
>I'm enjoying the book, BTW.
Thanks.
>-- >Pete Wason|"LWATPLOTG"|[zoon--stumpworld--c]|[mrzoon--hynoom--c]|CUCUG|TA|PHX >
;- Elan [ : - ) ] author of REBOL: THE OFFICIAL GUIDE REBOL Press: The Official Source for REBOL Books http://www.REBOLpress.com visit me at http://www.TechScribe.com