Page 1 of 1

context should be orthometric

Posted: Sun Jul 13, 2014 6:28 pm
by ssqq
Because the context is global, so the dictionary implemented with factor is global constants variable. any module which use factor would pollute other modules namespace. any list or string implements with factor which could pass reference to function also is global variable, It has same problem when loaded to other module.

I think context should be designed to nested:

Code: Select all

(context 'namespace)
(context 'namespace:subnamespace)
then we could implement local factor.