On 2/13/07, Nicholas Leippe <[EMAIL PROTECTED]> wrote:
- on-the-fly recompile (Lisp anyone? :)
Amen. There are some things you can do with a good Lisp IDE (SLIME ftw) that you can't with a good Java IDE because of the differences in the languages. I was thinking, though, that if you attached a JVM to an IDE, you might could write a class, and then get an immediate top level-type interface where you could interact with the class by instantiating objects, running methods on it, etc. That'd be almost as cool as what SLIME gives you - but only if you neglect to subtract all the cool points you automatically lose when dirtying your fingers with such a common language as Java. Dan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
