Are contexts heavyweight?
Posted: Sat Apr 23, 2011 7:17 pm
I was meditating on how to represent JSON in newLISP, in a way that would easily let me convert it back into JSON. And it occured to me that anonymous contexts would make the task easy.
Lutz, are you opposed to anonymous contexts because contexts are quite heavy-weight, and you want us to only use them when necessary instead of using them as the hammer for all nails? And because it would be a lot of work to work them into the ORO framework?
So, that is two possible reasons:
* Making anonymous contexts work with ORO would be tough
* Contexts in general are heavyweight, moreso then a let scope?
Am I understanding it right?
Lutz, are you opposed to anonymous contexts because contexts are quite heavy-weight, and you want us to only use them when necessary instead of using them as the hammer for all nails? And because it would be a lot of work to work them into the ORO framework?
So, that is two possible reasons:
* Making anonymous contexts work with ORO would be tough
* Contexts in general are heavyweight, moreso then a let scope?
Am I understanding it right?