macro
boot.janet on line 1358, column 1
(with-dyns bindings & body)
Run a block of code in a new fiber that has some dynamic bindings
set. The fiber will not mask errors or signals, but the dynamic
bindings will be properly unset, as dynamic bindings are
fiber-local.