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

[REBOL] WYSIWYG programming

From: lmecir:geocities at: 27-Oct-2000 15:00

Hi all, I think, that I supplied a few useful examples concerning WYSIWYG Rebol programming. Now it's time for a definition: Definition#1: -------------- I call a Rebol value Self Modifying (Rebol Code), if the evaluation of it (using Do e.g.) causes its change. Definition#2: ------------- I call a Rebol Value WYSIWYG (Rebol Code), if the evaluation of it doesn't cause an evaluation of a Self Modifying Rebol Code. Regards Ladislav