Should we consider code language upon design?
        Posted  
        
            by 
                Codex73
            
        on Programmers
        
        See other posts from Programmers
        
            or by Codex73
        
        
        
        Published on 2011-06-22T12:09:06Z
        Indexed on 
            2011/06/23
            0:31 UTC
        
        
        Read the original article
        Hit count: 365
        
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.
© Programmers or respective owner