Recently, I spent a lot of time programming in Java, and one thing I missed in scripting languages ββis the ability to test them on the console.
To quickly test a java program, I have to edit the file and then translate it into bytecode and execute it. Even using the IDE, he loses pleasure after the 372nd time.
I would like to know if there is a product there that has something like an interactive console (I suppose you need a JIT compiler) and some autocompletion (with reusability, I suppose it is possible).
Perhaps something is very common that I just donβt know or something is completely impossible, but its worst is asking :-)
java console
e-satis Apr 24 '09 at 19:50 2009-04-24 19:50
source share