gwern comments on Do Scientists Already Know This Stuff? - Less Wrong

21 Post author: Eliezer_Yudkowsky 17 May 2008 02:25AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (51)

Sort By: Old

You are viewing a single comment's thread. Show more comments above.

Comment author: Goplat 18 May 2008 04:45:58AM 0 points [-]

Z. M. Davis: All this talk of "simpler computer program" seems pretty meaningless to me. A regex matcher in C is long and complex, but in PHP all you have to do is use the built-in preg_match function. (Does the language the universe was written in have a built-in copenhagen_interpretation function?)

One might claim that PHP is a more complicated language than C, but how is that measured? The only way to see how complicated a language is is by a complete description of it - an implementation. And the complexity of an implementation depends on the kind of CPU it must run on, and the complexity of a CPU architecture depends on the laws of physics it must exist in. Self reference: this is the stuff paradoxes are made of.

Comment author: gwern 20 June 2009 07:44:42PM 1 point [-]

The only way to see how complicated a language is is by a complete description of it - an implementation. And the complexity of an implementation depends on the kind of CPU it must run on, and the complexity of a CPU architecture depends on the laws of physics it must exist in.

Fortunately, C and PHP target the same computers.