It would be interesting to be able to provide information about Julia environment to help debugging the code executing inside the embedded Julia interpreter. For that purpose, having a function that outputs the list of variables to java (like who in Julia) would be great
Is that currently possible? (Alternatively I could just run who and collect the output)