I have a debate about this with a friend of mine whether agile software development is always identical with dynamic language (like Python, Ruby, Perl, PHP etc) or not.
With dynamic language we can see changes real quick and we also write less code. No server restart, no compilation/build phase is required.
In other words if you use static language and or big fat frameworks like J2EE, you can not be agile. Or you're not as agile as teams that is using dynamic languages.
Many job board out there also relates agile software development with dynamic language framework like Ruby on Rails, Django, Grails, etc.
EDIT
We know that agile is about adapting to and being prepared for change. But with this fact we can also conclude that team that is using dynamic language would be more agile than those using static language.
EDIT 2
Some people might be laughing at me, but if you go to Grails.org, you can see their statement about grails: Dynamic, agile web development without compromises. As you can see, dynamic and agile go side by side. This will mislead people thinking that agile is related to dynamic language and if you're not using dynamic language then you're not agile.
Is agile always identical with dynamic language, especially these days?
