Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
ghc
7mo ago
0 comments
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
default
newest
oldest
properpopper
7mo ago
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
7mo 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