This post originated from an RSS feed registered with Java Buzz
by Thomas Gideon.
Original Post: If You Want' Duck Typing...
Feed Title: Command Line Interface
Feed URL: http://www.gideonfamily.org/roller/rss/cmdln?catname=Java
Feed Description: The blog of a programmer-hacktivist-curmudgeon who occasional rants about society, work, and technology, among other things. Now how do I get to a command prompt on this thing?
Then use Python. I've got to agree with Hani here. Reflection has it's place, but it shouldn't be used to replace good design and static checking. If you don't want to use a strongly typed language, then stop using Java. If you want to use a loosely typed language for web development, give Python a whirl. Or use ASP.Net. This also resonates with my feelings about AOP. I don't doubt it has some value, though I couldn't express clearly yet what that value is, but I am also inclined to believe folks just use it for the whiz-bang factor.