Should we consider code language upon design?
- by Codex73
Summary
This question aims to conclude if an applications usage will be a consideration when deciding upon development language. What factors if any could be considered upon language writing could be taken into context.
Application Type: Web
Question
Of the following popular languages, when should we use one or the other?
What factors if any could be considered upon language writing could be taken into context.
Languages
PHP
Ruby
Python
My initial thought is that language
shouldn't be considered as much as
framework. Things to consider on
framework are scalability, usage,
load, portability, modularity and many
more. Things to consider on Code
Writing maybe cost, framework
stability, community, etc.