Dynamic Languages and Java/Compiling, Debugging, and Testing
From JVMLanguages
| Table of contents |
[edit]
Language-Neutral Build Tools
[edit]
Ant
Writing Ant Tasks in Another Language
[edit]
Editing Code in a Multi-Language Environment
[edit]
Cross-Language Debugging
[edit]
Interactive Programming
Talk about "immersive programming" (my term) ? Use LambdaMOO as an example?
[edit]
BeanShell
You can write a BSH script that opens a new interpreter that inherits from the old one and you can attach a JConsole to it. This allows you to do interactive programming in an existing (possibly BSF- or JSR223-based) environment.
[edit]

