Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how clear a variable? how to plot a line ? #482

Closed
thelongestusername opened this issue Feb 28, 2012 · 9 comments
Closed

how clear a variable? how to plot a line ? #482

thelongestusername opened this issue Feb 28, 2012 · 9 comments

Comments

@thelongestusername
Copy link

may be it is kind of naive for me to ask these questions . but i've failed to find out a way from the manual...
and i want to use this tool..

@ViralBShah
Copy link
Member

Please post these questions to the mailing list. These are not really issues. We don't support clearing variables yet. For plotting, see web REPL and graphics in https://github.com/JuliaLang/julia/blob/master/README.md

@alanedelman
Copy link
Contributor

I just looked for how to clear a variable as well. I also wanted to know how to clear the whole session.
It would be nice to get it and add it to the manual under variables and scoping

@milktrader
Copy link
Contributor

Do you mean from the REPL?

julia> foo = 2
# in R it would be rm(foo)
# in Octave it's clear foo

I don't think we have that, but I would love it as well, if this is what you're referring to. This might be well-suited for Google Groups though.

@diegozea
Copy link
Contributor

diegozea commented Feb 3, 2013

+1 to have some kind of rm() clear() or clearall()

@Keno
Copy link
Member

Keno commented Feb 3, 2013

clear() is complicated, but clearall() is a lot easier, though I think there's an issue open for that already.

@ViralBShah
Copy link
Member

clear has been discussed many times on the list. Please search the archive for the discussion.

@hyiltiz
Copy link

hyiltiz commented Nov 28, 2015

+1

@ViralBShah
Copy link
Member

@hyiltiz Please do not comment or up/down vote on old closed issues. It just creates noise for everyone. These issues have been discussed at length here and on the mailing list.

@ple666
Copy link

ple666 commented Jul 8, 2016

+1

cmcaine pushed a commit to cmcaine/julia that referenced this issue Nov 11, 2022
Keno pushed a commit that referenced this issue Oct 9, 2023
…bjects (#482)

Previously `FrameData.last_exception` is initialized with `nothing`,
which can't be distinguished from thrown objects, which technically can
be `nothing` as well.
This PR setups `_INACTIVE_EXCEPTION` singleton type and make
`FrameData.last_exception` initialized with it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants