> > > stretching the concept, forth is definitely OO in its most basic form, > > but more in closure style: > > Closure style is not OO. It's afaik a step between classic structured > programming and OO. > what's the core of the difference then? do frozen contexts in closures have to be immutable? (evaluation vs mutation?)