How to clear workspace variables?

I am also a R refugee but the only time this bothers me is when developing new structs that cannot be overwritten. Ironically I feel like julia would benefit more than R from rm(list=ls()) to clear the workspace without restarting.

1 Like