I am. I use it all the time in my scripting. It's a very clean and simple way of setting up the flow of information without having to thread everything through all the nodes of the call tree.
Name:
Anonymous2014-10-19 16:57
how do i "hack in" dynamic scoping in lexically scoped languages?
Name:
Anonymous2014-10-20 0:57
>>4 Replace each dynamic variable with a global stack, and push and pop values from it dynamically. There are other ways, but this one is easy and efficient.
Name:
Anonymous2014-10-20 5:09
i like it. don't know why people hate it though.. RMS is also a fan of it.