Scripting Languages vs. Compiled Languages for web development

Posted by Austin Hyde on Stack Overflow See other posts from Stack Overflow or by Austin Hyde
Published on 2010-06-03T13:02:09Z Indexed on 2010/06/03 13:04 UTC
Read the original article Hit count: 372

Though I come from a purely PHP background on the web development side of programming, I have also spent much time with C# and C++ on the desktop.

I don't really want to spark any flame wars, but:

When should you use scripting languages over compiled languages for website development?
(and vice versa)

Just to clarify, for the sake of this question, I define a "scripting language" to mean an interpreted language like PHP, Python, or Ruby, and a "compiled language" to mean a strongly typed, compiled language like C#, C++, Java, or VB.

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about web-development