Multi-Scope Interpreters

From Documentation
Multi-Scope Interpreters


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Depending on the implementation, an interpreter might have exactly one logical scope, or one logic scope per ID space to store these variables and methods. For sake of description, we call them the single-scope and multi-scope interpreters, respectively.

ZK's java interpreter(Beanshell) is a Multi-Scope Interpreter. Please refer to the Zscript section



Last Update : 2011/01/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.