Skip to content
Snippets Groups Projects
Commit 7dc76a6c authored by Florian Margaine's avatar Florian Margaine
Browse files

Switch to global variables instead of special variables.

As Charles Jackson pointed out in #1, the dynamic scope of special
variables makes no sense for persistent variables; would the
persistence change dynamically, or the stored value changes for every
dynamic scope change, and everything is thrown out of the window as
soon as multithreading enters the picture?

Switching to global variables is a much easier model to work with, as
suggested by Charles.
parent 05a7ccc1
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment