You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to juli...@googlegroups.com
Does Julia have an equivalent of R's rm() or Matlab's clear? If I have a variable foo, how do I clear it so that I can load function foo defined in my source file? If I have created 5 versions of function foo(.....) with different signatures, how do I nuke one or all of them?
Stefan Karpinski
unread,
Jun 15, 2012, 1:42:34 AM6/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to juli...@googlegroups.com
Although this is kind of annoying, at the moment, the only way to do this is to restart julia.
Viti VT
unread,
Feb 5, 2014, 4:53:18 PM2/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to juli...@googlegroups.com
I suppose the same holds for types and const definitions?
or there is some way to "undefine" a type or a constant ?