- Messages
- 4,467
- Reaction score
- 95
- Points
- 0
PHP is a great language when you wish to create a website, a web interface or something that links to a database. PHP is a very web-oriented language.
Perl is a sometimes messy but otherwise great language. I hack up little perl scripts now and then, mostly when I need to play with files, as it is one of perl's greatest asset, the speed at which it deals with files.
Python is a more complex language, but has many more features. It is slower than perl with files, and slower than PHP on the web, but has a lot of power. Also the built-in interface to "talk" to code written in another language is pretty good. I ain't using this language a lot since the type of work I do doesn't generally involve cross-language code or any other really complex stuff.
ASP.net is in my opinion, a big fail. I could go on for ages but I'll summarize by saying that there are far more better languages on the net, partly because of the non-existing line between what is client-side and what is server-side. (and everything gets re-compiled to javascript anyway)
Perl is a sometimes messy but otherwise great language. I hack up little perl scripts now and then, mostly when I need to play with files, as it is one of perl's greatest asset, the speed at which it deals with files.
Python is a more complex language, but has many more features. It is slower than perl with files, and slower than PHP on the web, but has a lot of power. Also the built-in interface to "talk" to code written in another language is pretty good. I ain't using this language a lot since the type of work I do doesn't generally involve cross-language code or any other really complex stuff.
ASP.net is in my opinion, a big fail. I could go on for ages but I'll summarize by saying that there are far more better languages on the net, partly because of the non-existing line between what is client-side and what is server-side. (and everything gets re-compiled to javascript anyway)