Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

what are the parameters to look before deciding programming language to use(in general).

I mean we have bunch of language at client side , server side, system programming. So before starting, what are the parameter to look for deciding programming language? Like in web app on what criteria you should choose php, perl or python

share|improve this question
This question, as-is, is likely to get closed, but I think if you made it more specific and included details, you could make it a good, solid, answerable question. – Antal S-Z Dec 12 '10 at 20:37

closed as not a real question by Noah Witherspoon, delnan, Brian, Antal S-Z, Michael Petrotta Dec 13 '10 at 0:38

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

As with any job, deciding what tool(s) to use depends on the job you're doing. The overall goal of the project, the requirements that need to be met in order for the project to be considered "completed," etc. are all factors to be considered before determining what tool to use.

If you're doing Linux kernel programming, C# may not be useful. If you're doing web application programming, COBOL likely isn't a good candidate. If you're scripting within an application/game engine, you're probably not going to want to use C++, etc.

share|improve this answer
my question is bit different. Like in web app on what criteria you should choose php, perl or python – ashmish2 Dec 12 '10 at 19:39
@honeybadger: You've narrowed the scope, but the question is still pretty vague. It's still a matter of what you're trying to accomplish. For example, if you're talking about a simple web app to place forms over data tables then Ruby on Rails would be a quick and easy approach. But the others can work just as well with their own frameworks. For "a web app" I generally go with .NET, but that's because I have a lot of experience with it. – David Dec 12 '10 at 21:14

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