Earlier quoted context omitted.
It's not just the experience. Languages like Ruby and Lisp tend to be a lot more concise and have more functionality than PHP, so it's more like comparing a blunt knife to a razor sharp one. You can still cut with a blunt knife, but it takes longer and is harder work.
You're kidding right? You're claiming that Lisp has more 'functionality' than PHP. By functionality, do you mean standard library? Or do you mean core language? Elegance != more functionality.
#(* n %)
(* n _)
(* n)
function($x) use ($n) { return $n * $x; }
One of these things is not like the others :)