Is there a way to "assign" the values of a Dict to the corresponding keys such that I get "variables" (symbols?) with names given by the keys? Let's assume the keys are for example strings which would work as variables.
The reason for why I would want to do this is to have functions where explicit variables are used rather than Dicts, primarily for readability. I'm suspecting that this is not a recommended way of doing things (since I couldn't find any info along these lines when searching), and if this is the case please set me straight. Regards, m
