|
|
|
|
|
by jrockway
5971 days ago
|
|
Here's a Java IDE question: why doesn't Eclipse have a REPL in the default install? That's the one thing I use most in other languages. It's nice to be able to right click to rename things (although a perl oneliner works just as well in practice), but it's nicer to be able to know that your mini-algorithm works before you design a class around it. Why is the focus on "rename" and "extract method" instead of "write code that actually works"? |
|
(I also use "perl -d" as a REPL for Perl, which it does quite well)