enable-unrestricted-access!
function
sci.core/enable-unrestricted-access!
(enable-unrestricted-access! [])Calling this will enable
- Altering core vars using `alter-var-root`
- In CLJS: `set!` is able to set the value of any var.
- In CLJS: instance method calls are not restricted to only `:classes`
In the future, more unrestricted access may be added, so only use this when you're not using SCI as a sandbox.
Examples
No examples yet. Be the first to add one!