with-interactive-vocabs ( quot -- )
Factor handbook » The implementation » The parser » Evaluating strings at run time » Evaluating strings with a different vocabulary search path

Prev:with-file-vocabs ( quot -- )
Next:interactive-vocabs


Vocabulary
listener

Inputs
quota quotation


Outputs
None

Word description
Calls the quotation in a scope with an initial vocabulary search path consisting of all vocabularies from interactive-vocabs, and with the current vocabulary for new definitions set to scratchpad.

Notes
This is the same initial search path as used by the The listener tool.

Definition