languages don't scale, your architecture does.
Ask HN: What programming language to use?
11–20 of 31 posts
Re: Ask HN: What programming language to use?
#12Re: Ask HN: What programming language to use?
#13And of course, Perl's syntax is very similar to PHP, so the transition might be a bit easier than to a Python, although your milage will vary.
Lastly, it's worth noting that the choice of server-side and client-side technologies are mostly independent... You can use either HTML/JS or Flash as the client interface to talk to server-side logic written in any of the PHP/Perl/Python/etc. languages discussed above.
Re: Ask HN: What programming language to use?
#14Working only within the "scripting language" space of the typical LAMP stack will limit your thinking in ways that could hurt you later on.
Re: Ask HN: What programming language to use?
#15Currently on my way to buy SICP so I can learn Scheme LISP.
edit: it may interest you to know that I do absolutely no web development.
Re: Ask HN: What programming language to use?
#16languages don't scale, your architecture does.
Re: Ask HN: What programming language to use?
#17I recommend Python, once you try it, you will never look back, and it has decent web frameworks, libraries etc for whatever you want to do.
Re: Ask HN: What programming language to use?
#18I program in PHP and Perl (intermediate skill in both) and had to decide which one to use recently for a new project I'm starting. I plan on using Amazon Web Services including SimpleDB and SQS. This made my choice of language a little easier. Perl natively supports multiple threads whereas PHP does not. Multiple threads can assist greatly in speeding overall access to SQS, etc. I also prefer the structure that Perl…
Re: Ask HN: What programming language to use?
#19C, Perl, bash. Currently on my way to buy SICP so I can learn Scheme LISP. edit: it may interest you to know that I do absolutely no web development.
Re: Ask HN: What programming language to use?
#20I recommend Python, once you try it, you will never look back, and it has decent web frameworks, libraries etc for whatever you want to do.