There really aren't a quadrupillion of anything. not anything physical anyway. The number of particles in the visible universe is only on the order of 10^80.
Of course there are some examples. There's a quadrupillion ways to organize N balls into M separate piles (for some values of N and M which I'm too lazy to figure out now). There's a quadrupillion possible English sentences of less than M' words.
A six-year-old, even a clever one, doesn't really have the capabilities to understand these kinds of scales though. In fact, you can see from the fact that he chose "a hundred" as a big number which could be added to a googolplex that he's still at the age where he thinks "a hundred" is a huge number. I remember being that age too.
When I look at a variable in Python, say, p, to take an example from the code shown in the Python documentation, there is no way to tell what p is. Is it an array? A dictionary? A tuple? Something else? With Perl I get more information just by looking at the variable. That makes it more readable.
Python, on the other hand, is still very nice. Maybe one of these days it will get me, especially if the libraries grow to match the breadth of CPAN.
I've actually been thinking about this a lot lately, and I was glad to see it posted here. This poll also seems to have initiated (in my opinion) some of the best discussions I've seen on this board in a while. Although some polls and "Ask HN"s can be a bit stupid, the good ones are really good.
So, yeah, I'm an INTP. I've lately been acting a bit more E than usual, but I'm still definitely I (am all I am).
(Why oh why didn't Common Lisp abbreviate integerp?)
No, that's absurd. It's about the level of abstraction, not how close it is to natural languages. Yes, most natural languages support high levels of abstraction, but that does not mean that languages that support high levels of abstraction are close to natural languages. They can still be quite far apart in other ways.
Basically, low levels of abstraction are closer to the underlying mechanics. Higher levels of abstraction allow you to think about what happens without having to worry about the fiddly little details. It's like the difference between neurology (comparatively low-level) and psychology (higher level).