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

Ability to embed the REPL #6489

Closed
jakebolewski opened this issue Apr 10, 2014 · 4 comments
Closed

Ability to embed the REPL #6489

jakebolewski opened this issue Apr 10, 2014 · 4 comments
Labels
REPL Julia's REPL (Read Eval Print Loop)

Comments

@jakebolewski
Copy link
Member

One of the great features of IPython is that you are able to embed it in a currently executing program IPython.embed() so you can muck around with the current state at that point. This would be a great feature to support with the new REPL.

@cbecker
Copy link
Contributor

cbecker commented Apr 10, 2014

+1, I agree this would be great!

@mbauman
Copy link
Member

mbauman commented Apr 10, 2014

You can already start a second REPL from anywhere, but it doesn't have access to the local scope — that would require full lldb/gdb debugger support, I think. That said, I do think the new REPL will be invaluable as the interface for the debugger.

@StefanKarpinski
Copy link
Member

The boundary between the repl and debugger is going to be very fluid.

@Keno
Copy link
Member

Keno commented Jun 20, 2014

Closing as duplicate of #505

@Keno Keno closed this as completed Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

6 participants