Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ghc
10mo ago
0 comments
Save
Share
I find that the IPython REPL has downright amazing multiline support. I've always been envious of it when using GHCI. But even the standard Python REPL supports multiline paste just fine. So what exactly are you talking about? Rolling your own?
0 comments
2 comments · 1 top-level
top
newest
oldest
properpopper
10mo ago
· 1 in thread
You can't copy a method from a class and then paste it in the REPL, it will complain about indentation.
Workarounds:
1) copy whole class
2) remove indentation before copying
ghc
OP
10mo ago
That's only a problem in the base python interpreter. IPython has handled this well for over 20 years.
j
/
k
navigate · click thread line to collapse