I quite often find myself wanting to write quick snippets of java. Similar to little bash scripts.
This usually means I have to:
– launch eclipse
– start a new project
– create a new class
– write public static void main
– try to remember why I started eclipse…..
Well no more. I decided we could do things better. I present:
JPad – It lets you run little snippets of java code and instantly see the result rendered (hopefully) beautifully as either html tables or in a console mode..
Let me know what you think? Do you find it useful? Can we make it better? Definitely!
Apologies but there’s lots of bugs and we need to improve result presentation)