I am new to Julia Lang. I am coming from the background of Matlab.
In Matlab, when pressing whos command I will get all variables in the current scope;
whos
As of version 1.1 there is also the @locals macro
The experimental macro Base.@locals returns a dictionary of current local variable names and values
Release notes