Dynamic Variables
https://turtleware.eu/posts/Dynamic-Let.html : Creates slots that hold dynamic values. Assign a `(gensym)` to the slot on object initialization. Now using `progv` assign value to that symbol in dynamic scope.
Date:
https://turtleware.eu/posts/Dynamic-Let.html : Creates slots that hold dynamic values. Assign a `(gensym)` to the slot on object initialization. Now using `progv` assign value to that symbol in dynamic scope.