Stack machine functions for manipulating the scope.
Stack machine functions for manipulating the scope.
(get-in-global-scope sm attrs)
(get-in-global-scope sm attrs default)
Retrieves from the earliest scope
Retrieves from the earliest scope
(get-in-scope scope attrs)
(get-in-scope sm attrs default)
Retrieve within the latest scope, the given nested attribute.
Retrieve within the latest scope, the given nested attribute.
(new-scope sm)
Create a new scope environment within the stack machine.
Create a new scope environment within the stack machine.
(remove-scope sm)
Remove the current scope environment from within the stack machine.
Remove the current scope environment from within the stack machine.
(update-global-scope sm f & args)
Update the current scope environment within the stack machine.
Update the current scope environment within the stack machine.
(update-scope sm f & args)
Update the current scope environment within the stack machine.
Update the current scope environment within the stack machine.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close