Self Modifying Code is interesting... Consider a REBOL object! : The code and the data are intermixed. Unlike a C++ object, which ( as I understand it) has function code separate from the actual data of the object. If the REBOL object changes variables within itself, then it is essentially self modifying.( Especially as it could change its own function code....) This could be seen as a very powerful form of data structure.... or an incredible headache.... Any thought on the matter of Object!s potentially being self modifying??? Rob Lancaster. Merry Christmas..... and Have a Happy New Year.
