vote up 2 vote down star
1

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?

flag

9  
"*In other words if you use static language and or big fat frameworks like J2EE, you can not be agile*". LMAO! – Pascal Thivent Nov 1 at 21:28
This focus on the compile step as a hindrance to agile is misguided. You might as well conclude that writing code using obscure one-liners, and multiple lines of code on one line, with no whitespace is more agile, because it is faster to print out your review copies. – Paul McGuire Nov 2 at 5:54

closed as subjective and argumentative by Chuck, Pascal Thivent, Anurag Uniyal, Jason Baker, SilentGhost Nov 2 at 12:43

14 Answers

vote up 28 vote down check

Agile development can apply to any language (or other supporting technology) that you're choosing to use (for whatever reason or combination of reasons)! You can most definitely be agile in static languages, and with heavy-weight frameworks.

The Agile Manifesto is very clear, if very concise:

Individuals and interactions over processes and tools

Working software over comprehensive documentation

Customer collaboration over contract negotiation

Responding to change over following a plan

Nowhere does it say "dynamic languages over static ones"!-)

Your choice of languages and other technologies needs to be based on many diverse considerations, and, whatever those choices end up being, it's always possible (and worthwhile) to set up and develop agile development flows to deliver the best business value you can.

link|flag
4  
+1 for quoting the Agile Manifesto – Dominic Rodger Nov 1 at 21:23
1  
That's really a team-specific choice, jpartogi - if a team is all really familiar with a different language, swapping languages when they're already using a perfectly good one could actually have a negative impact. – Dav Nov 1 at 21:33
1  
@jpartogi: So what if a lot of people use dynamic languages for agile development? There's nothing in the definition of "agile" that requires it, as Alex showed, so it is definitely not true that "agile [is] always identical with dynamic language". – Chuck Nov 1 at 21:33
2  
@jpartogi: No, that's the question. See en.wikipedia.org/wiki/Begging_the_question – Michael Petrotta Nov 1 at 21:35
2  
Static languages can also help faster turnaround by catching bugs more quickly than a dynamic language. Remember, errors will bite you eventually — the question is whether you want them caught quickly at build-time or later, after testing and much debugging. (For example, if I have to track down one more friggin' NoMethodError in Ruby, I will blow my head off. This would not happen with an option type and compile-time checking.) – Chuck Nov 2 at 0:24
show 17 more comments
vote up 11 vote down

No.

Agile is primarily about adapting to and being prepared for change, and is completely orthogonal to dynamic vs static languages.

In compiled code I can see changes quickly - yes I might have to compile my code, but that doesn't take long. Hopefully I can verify that my changes were good by running unit tests - regardless of the language, you still have to run something to check that what you did worked. In other words, the only overhead is compilation, which shouldn't slow you down too much.

link|flag
How can you be adaptable with changes with static language? Obviously you can be more adaptable with changes with dynamic language. – jpartogi Nov 1 at 21:16
Why? That suggestion seems crazy to me - convince me! – Dominic Rodger Nov 1 at 21:17
1  
@jpartogi, the days of hours-long compilation are long since past. How can you be adaptable with static languages? Using the tools of Agile (TDD, unit tests, CI, etc.) – Michael Petrotta Nov 1 at 21:18
@jpartogi - See my response for a bit more, but, in production you won't be making changes on the production server, even with php, ruby or javascript, so you still have to go through a process to get it from development -> qa -> production, taking into account of what the customer response was. – James Black Nov 1 at 21:19
@jpartogi The changes that agile is supposed to help you adapt to are requirements changes, not code changes. Non-agile project organizations can often take half a year to implement a changed requirement - how long the actual code change takes to deploy is completely irrelevant in that timeframe - and still mostly irrelevant in an agile timeframe of "we'll probably have it done in tomorrow's build, definitely the day after". – Michael Borgwardt Nov 2 at 4:39
vote up 7 vote down

In other words if you use static language and or big fat frameworks like J2EE, you can not be agile.

Agile is about how you organize your project, it has absolutely nothing to do with the technologies you use. You can have an agile project in COBOL.

The point of agile is to reduce the turnaround on features and program releases from months to days (or at most weeks). Shorter code/deploy/test cycles of seconds rather than half-hours help with that, but are not essential - and you can have them with static languages (well, except perhaps C++) and J2EE as well, if you use the right tools.

link|flag
+1 - excellently put. – Dominic Rodger Nov 1 at 21:18
vote up 4 vote down

No, agile is used with many compiled languages, including C++, Java and C#.

You can do the waterfall model with Ruby and javascript for example, and in some companies I expect that the latter is used with thick specifications.

Agile is more a mindset of the developers and the company. It is an approach that doesn't involve the language or framework.

So, if I am using Cobol or Fortran and my processes are set up to respond quickly to the client or end-user, then that would be an agile development.

I see agile as being a customer-oriented process, or customer-driven.

link|flag
vote up 3 vote down

Agile is a project management style, the language is just an implementation detail. In other words, you can be Agile with static language (which are by the way much more poka-yoke i.e. mistake proof, than dynamic languages and thus more agile in one sense) and using a dynamic language doesn't guarantee that you'll be Agile at all.

(EDIT: The more I read your question and your updates, the more I think: why do you ask a question if you don't want to hear the answers? No, Agile is not related to dynamic language, dynamic languages do not make you more Agile and Grails putting a buzzword on its homepage doesn't prove anything. If it would, what about this book then: Agile Java Development with Spring, Hibernate and Eclipse? Is that a proof for you? Does it have more value because it's a book? I don't think so. Seriously, forget the idea that responding to change over following a plan means changing the code directly on a production server - which seems to be your conception of being prepared to change. Responding to change is about not freezing requirements because software development is not predictive, it is about collaboration with the customer instead of contract negotiation ("this wasn't planned, this is a big change, this will cost you much"), it is about welcoming change to give the customer a competitive advantage. In other words, this is about project management, not about programming language or language features.)

link|flag
+1. Dynamic languages are more agile from static but in sense of syntax level. Very often word agile is a buzzword that means: new, cool, lightwight etc. and doesn't apply to Agile Metodology at all. – cetnar Nov 2 at 12:37
vote up 2 vote down

NO, agile development can be utilized with any programming environment. It's really a mindset instead of a infrastruture. So for example many people would say that as long as you are doing test driven development, you are practicing agile methods.

link|flag
vote up 2 vote down

Agile development is not language specific.

link|flag
vote up 2 vote down

Check out the Manifesto for Agile Software Development:

We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value:

Individuals and interactions over processes and tools

Working software over comprehensive documentation

Customer collaboration over contract negotiation

Responding to change over following a plan

That is, while there is value in the items on the right, we value the items on the left more.

I don't see anything there that says you need to use dynamic languages. In fact if someone insists on either static or dynamic languages before thinking about the problem at hand (see the bit about individuals and interactions over processes and tools) they'd be in opposition to Agile.

link|flag
vote up 2 vote down

Let's look at Scrum as an Agile method.

The only time this Agile method focuses on "changes real quick" and "adapting to and being prepared for change" is between sprints.

Scrum says nothing about "programming", it only seems to talk about managing the backlog of work and how the project flows.

Indeed, Scrum specifically prevents interfering with the project team while they're programming. It says that the "programming" can be very slow to change.

It says that the project -- at the inter-sprint planning -- is flexible. Not that the programming is flexible.

Indeed, an Agile project in Python could find change very, very difficult because of really poor Python implementation choices.

link|flag
vote up 1 vote down

No, definitely not. Agile can be, and is, frequently applied to projects written in any language. J2E and .NET are probably the most popular platforms on which projects managed with agile processes are written, if only because those platforms are so popular. It wouldn't surprise me so see an agile COBOL project or two.

The concepts are completely orthogonal.

link|flag
vote up 1 vote down

Style of development process is not tied to type of language any ways. You can very well use agile development processes such as Scrum or XP with static languages and frameworks like Java and JEE. And you can also use non-agile methods like waterfall with dynamic languages.

link|flag
vote up 1 vote down

I would even say that sometimes it's better to have static languages, because they're better suited to do automatic and safe refactorings of the code.

link|flag
vote up 0 vote down

Another vote for "no". Data point - we use Agile methods (XP tailored to our needs, as well as Kanban) and use both static and dynamic languages (Perl, PHP, Ruby, C, C++).

link|flag
vote up 0 vote down

I think that an argument can be made that dynamic languages are better suited at Agile software development, but that's a highly debatable point. The fact of the matter is that you can write Agile software in any language. And you can do big design up front in any language as well.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.