I have this hope that there is a better way. Higher-level tools that actually let you see the structure of the software more clearly will be of tremendous value.
Guido van RossumMark Hammond is working in this area, with Windows Scripting Host. It is definitely an area where Python fits almost perfectly. That's quite independent from Java, actually.
Guido van RossumIt's easy to make mistakes that only come out much later, after you've already implemented a lot of code. You'll realize Oh I should have used a different type of data structure. Start over from scratch.
Guido van RossumDon't you hate code that's not properly indented? Making it [indenting] part of the syntax guarantees that all code is properly indented.
Guido van Rossum