Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

C and JavaScript.

I worked with Perl before PHP but never grew to like it (it's not consistent enough and not exactly easy on the eyes, either).

I do understand the tradeoff between efficiency and power, and PHP hits that sweet spot just right for web programming.

Worrying _too_ much about language efficiency when it comes to web programming is clearly a case of premature optimisation. PHP is efficient enough (probably Perl and Python as well, maybe not Ruby ?).



sort by: page size:

Obviously Javascript, Ruby, Golang, Python.

Javascript has become a nice language. You can't avoid it in webdev. Rich ecosystem. Languages like Typescript, Elm, Purescript, etc. are close.

Ruby is very practical, has everything, very consistent and clean. PHP is not consistent and not clean.

Golang is fast and the simplest language that is actually used in the industry. It is dramatically simpler than C. It is the fastest.

Python is like Ruby, but even more practical because it has ML and math, whereas Ruby does not.

PHP has no place in this world.


PHP is going towards where other languages have already tread long ago. I highly recommend anyone considering writing a webapp in PHP think twice about alternative languages, Python in particular.

Perl, Python, Ruby, and ASP.NET are all great webapp languages; but Perl is old, Ruby is heavy, and .NET is Microsoft - however PHP developers have no reason not switch to a real OOP language like Python and save themselves from a wheelbarrow-load of trouble.


Ruby and Python seem to be the current preferred languages.

I've used PHP for a while -- a few years -- and haven't developed a particular loathing for it. That's saying something, since I'm disgusted by most of the tools I'm forced to use.

It's certainly capable enough and isn't hard to use. It's also more ubiquitous, and therefore arguably more portable, than Ruby or Python, although dealing with differences between PHP versions is a pretty royal pain.

Pretty much any reasonably skilled programmer can do a job in PHP without too much trouble. You'll get more cred for using Python or Ruby though.


PHP is not the best language anymore for most web development.

Ruby or python is probably the best choice, and I personally favor python.


PHP is pragmatic and pretty fast, but everything, everything, everything, beyond the "HTML template language" bits, are bolted on with whatever tools were handy at the moment. I'd be stunned if more than a couple hours of design work went into the object system, the type system (where == and === are used for evil rather than good), or even the standard library function names.

It has some strengths: Big library (not as big or as high quality as CPAN, so if library support is what you need, go for Perl), a lot of example code (but it's mostly horrible quality...even good examples are pretty bad in spots), and really easy deployment. So, if you're building an Open Source project that you want a lot of people to use, it's a great choice--PHP is available on every hosting server on the planet. Or, if you need a "blank-plus-this-widget" you can probably find the "blank" already written in PHP and then build your "widget" on top.

But, if you're starting from scratch, why commit yourself to working with a shoddy language for the months or years it'll take to finish? There are good imperative languages out there for web app development: Ruby and Python, in particular. Though the frameworks craze for these languages are partly to bridge the gap that they have with PHP (they're all missing a "view" layer for the web, because PHP is a reasonably powerful, if ugly, template system), and a lot of the other crap just makes things ugly...they get built for one particular application and then stretched for general-purpose use, and in the stretching they get a bit misshapen and hard to fit into any specific task.

Anyway, Ruby and Python are pretty and reasonably consistent languages that are nice to work with. PHP is neither. Perl...well, it ain't necessarily pretty, but CPAN is hard to beat when you just want to get the job done...and you can treat it as a functional language pretty effectively, which is all the rage around these parts (and you'll probably want to after you see the bolted on object system).


PHP is the "Rudy" of web languages. It just won't quit.

I remember switching to PHP for three reasons about 9 years ago. I cycled through Perl, ColdFusion, Java Server Pages, and ASP JScript before getting to it.

1. It was the most accessible free alternative to costly platforms (ColdFusion, MS ASP) or more strict / difficult to configure platforms (Perl, JSP). Error checking was as simple as ASP/JSP and starting up was as simple as paying for a cheap LAMP server that would run it out of the box.

2. It had the largest set of online documentation for both the language itself and tutorials / code examples. This was one of the biggest unavoidable draws to the language. The community was huge and still is to this day although documentation is much more evenly distributed across other languages now.

3. PHP may be one ugly beast but it does pre-package practically every piece of functionality you could ask for within it. I'm not sure I have ever liked the look of the code but there was something magical about being able to grab remote server code via file_get_contents for the first time. It was so damn easy!

If I were to suggest a platform today I would probably have to go with Python. It has all of the same advantages that PHP had in the past but has the added benefit of being better designed and applicable to more than web programming. Ruby would be my second choice simply because the environment setup is a bit more complicated still, although the language is the most beautiful in my opinion.


For all its flaws, PHP and Perl are the only web languages that let you build a web app in _whatever_ fashion you want.

This extreme flexibility coupled with mature libraries makes web app development ridiculously easy. For a complex application that starts at ground zero I would probably recommend Ruby or Python but really even that decision is 50-50. We've faced this crossroads 3 times in the last couple months and 2/3 we've gone with PHP over Python, and not just cos of familiarity.

For any existing app, it's probably already in PHP or something worse like ColdFusion, so migrating it to "good" PHP 5.x is usually the only logical step.

That said threading, namespaces, sickening magic and the whole haystack/needle needle/haystack game SUCK. But you can get everything done quick and everything will scale and if you need to change it you know you always can without tearing down a house of cards so ... I for one don't mind it, in fact I quite like PHP and the PHP ecosystem.


If speed really is key i'd say Perl, otherwise I would just stick to PHP. Ruby and Python are nice for writing code really fast in but Perl / PHP execute much faster.

If you argue web apps, at least locally, PHP is kicking ass with Perl, Ruby and Python. Amongst others.

(And then, the hype and FUD is quite heavy on the ground, re Perl. Not least on HN.)


I've used all three of the languages you mention for relatively large web applications. People will say PHP sucks because it is ugly and retarded and only has one namespace. People will say Python sucks because of the whitespace issue and mod_python doesn't work on a $5/m shared hosting plan. Perl sucks of course because "the syntax is crazy!" But, huge sites are built in PHP (Facebook, Hype Machine, Flickr, half of Yahoo!), Python (much of Google) and Perl (craig's list). In my experience they are all about equivalent except for aesthetic reasons.

The headaches in a web app are usually at the user interface level (DOM/CSS/Javascript) and at the systems level (there's a bug in fast cgi! MySQL imploded!) and language choice gluing it all together is mostly a matter of taste. People with taste overestimate its importance. You can get pretty far in the internet biz with no taste (MySpace... originally done in COLD FUSION).

That said, the most tasteful option out of your choices is Python.


PHP is a bad language; it is ubiquitous due to historical accidents and path dependencies. If you have the freedom to pick any language you want, and you don't have some specific urge to write Wordpress plugins or something, then DO NOT PICK THIS. (Also, PHP is likely as popular as it will ever be. There's not really any room for further growth.)

Perl is similar to PHP. It's not nearly as bad - in fact it's a great language in many ways - but it's also old. It's about as widely adopted as it's ever going to be, and it doesn't pick up new features as quickly as it once did. The syntax is also a bit quirky. :) Unless you want to work on Perl codebases, I'd recommend staying away, not because it's bad but because it's not really good enough.

Haskell isn't really suitable for scripts or simple webapps (your listed use cases). It's a wonderful language, and knowing it will make you a better programmer and a better person...but it doesn't do what you want. Stay away. :)

Better choices for you would be:

Python/Ruby: Flip a coin and pick one. Both are awesome, but they also have a lot of overlap; you won't regret either choice. They're both excellent for writing short scripts, webapps, etc. They are objectively MUCH better languages for these purposes than PHP, and at least marginally better than Perl. They also have very serious market share (which makes it easy to find tutorials, help, example code, open source projects to contribute to, etc.)

Javascript: With the advent of Node, it's a decent choice for what you want. And it's still the omnipresent language for client-side programming. Not as mainstream as Python/Ruby, but still pretty popular and widely adopted - but it's not completely mature, and new and interesting ideas are still popping up.

Something else: If those options don't spark any interest - or if you already know them - you might look farther afield. Lua and Clojure are both interesting options, in very different ways. As someone who already knows Python and JS pretty well, Clojure would probably be top of my list of "languages to learn". (I just wish it wasn't JVM based...oh well.)


definitely. i have worked with perl and php extensively and ruby and python occasionally and personally prefer js to any of them.

I used PHP heavily for a few years (~70% PHP, 20% perl, 10% Java), and enjoyed it for awhile. However, it seems like it is impossible to create clean and well-divided code in PHP. This weighed on me heavily, as I had two 10,000 line projects that I was the sole maintainer for. Even if you managed to create well-structured code, it was always very... ugly (too many unnecessary symbols $, ->, etc). It wasn't much fun to work in every day.

I'm using Ruby now and I would never go back.

Here's my rough order of language preference for server-side languages that I have experience in: Ruby > Python > C# > PHP > Perl > Visual Basic > Java > C


PHP has some unique design considerations that make it better suited for web. PHP's main significant weaknesses for that domain would be the lack of a strong type system, lack of strong event based server ecosystem (what reactphp does, nodejs, golang, etc.), and it's slower than Java. It has multiple popular long supported rails alternatives. Python and Ruby have nothing over PHP for web development. PHP has the absolute best first class support for isolated http request handling, live updating only challenged by erlang, standard library designed entirely around webdev, great tooling for building c extensions, widespread cpanel hosting, and composer (pip is garbage compared to composer).

So while you might like ruby/python because it's prettier or because PHP 4 was awful, the idea that one of them is a better web language is totally laughable. If you asked me to define a language better than PHP for web applications, I would have you a long list not even considering python and ruby.


I find python revolting to look at. I find Pyhton web frameworks confounding to work with. I find PHP to be the most enjoyable language to write web based applications in. PHP just never enters into the discussion of languages but all of it's shortcomings are peripheral to the experience of actually writing code. Minor version upgrades often break things being my biggest gripe.

To folk claiming PHP is to programming what white bread is to a healthy colon, I say that you are the inferior programmer for not being able to love it.

My claim is this: PHP (and most certainly Perl) are to web application development what paint is to painting.

Web application frameworks written in Ruby and Python are to web programming what paint by numbers is to painting.


I think you're significantly underestimating how well-performing PHP is, in the narrow but important field of serving dynamic web pages. Go (or Java, or C#) can be faster but you might be surprised that it's less of a slam-dunk win than one might expect. Python and Ruby basically aren't in the same league. Nodejs can be said to be licking at its heels, at best. Yes, seriously.

I'd put PHP somewhere under the middle of the list of languages/ecosystems I'd like to work in again (RoR, specifically, though not Ruby generally; non-TypeScript JavaScript; and gnarly AbstractFactoryImpl-style Java are all probably worse than it, IMO, and of course PHP deep in anything like Wordpress is pretty miserable) and I like Go quite a bit, but there's no denying that if performance is a top criterion PHP should probably be on your short list when choosing a language/ecosystem, and if PHP's not going to cut it then probably no scripting languages are on your list, and you're very likely looking real hard at C++.


A big part of the reason that many of the biggest sites websites on the net now are made in Php, is because it was the most viable and popular option 5 years ago. In that time both Ruby and Python have made leaps of advances in using their technology for web development. Now both languages are faster than Php, and in general the popular frameworks in this languages also preach better practices.

I worked with Php for a couple of years and I can tell you that I absolutely thought the language was a melting pot of some great ideas with a huge bunch of WTF form the very beginning. In my opinion Php as a language is archaic and the only reason to use it now is because it makes sense for your team (because that's what your team has experience with). That being said, a good developer gets great stuff out the door regardless of what language they use to do so. Hell one of best developers I know is a Php junkie - with whom I always ended up having a slight language war with. The funny thing is that even tough he was the strongest Php advocate I know, he is now using Python for everything and agrees that it's a much better language.

Now I work almost exclusively with Ruby for webdevelopment (and also for a big part of my server scripts now that I mention it) because it just makes sense. The code is a lot more maintainable and scalable, though this is because it's generally the case that out of a batch of Ruby developers you will probably get more 'good' developers than out of a batch of Php developers with the same amount of people. It's my experience that its easy to get 50 Php developers, out of which only a couple are actually good ones, while if you get 10 Ruby devs, at least half are competent.

This rant is getting long so I'll just leave you with a thought. If the only developers you can get right now are Php devs, it makes sense to do your project in Php; however, if it's possible for you to get your hands on some Ruby or Python developers, you really can't go wrong by choosing either over Php, specially since doing so will generally have the benefits of a faster, better, and more maintainable codebase.


I'm not keen on PHP, but in its defense it is much less headache inducing than perl or as tedious as the Java/.NET world

Most of the modern web is built in C: Apache and NGINX. PHP, Python and Ruby; Linux and the BSDs.

I see the attitude to C as analogous to PHP in the web programming sphere. Everyone complains about PHP. And yet despite all the criticism to avoid PHP, the overwhelming majority of server-side web apps are written in PHP. Not Python or Ruby or Lua or some other language. Some estimates state PHP makes up 80% of server-side web code.

Why haven't these other languages displaced PHP? Because none of them can match PHPs simplicity and ease of deployment. Not Python or Ruby or Lua or any other language.

And of what of C? It's a similar scenario. Where is the fast, strongly-typed, low-memory programming language with a friendly readable syntax for low and high-level programming? Does it exist? Is Rust that language?

next

Legal | privacy