Editing Talk:312: With Apologies to Robert Frost

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
 
A few clarifications.
 
A few clarifications.
 
# The description is flawed somewhat, in that Lisp (which adherents humorously "insist" means "Lots of Insidiously Silly Parens") is in fact very strict about matching parens.  The problem is that parens are ubiquitous; every nontrivial expression starts with an opening paren, and ends with a close paren.  This differs from Perl, which, depending on how it's written, may end with a semicolon, closing curly brace, or sometimes even another character.
 
# The description is flawed somewhat, in that Lisp (which adherents humorously "insist" means "Lots of Insidiously Silly Parens") is in fact very strict about matching parens.  The problem is that parens are ubiquitous; every nontrivial expression starts with an opening paren, and ends with a close paren.  This differs from Perl, which, depending on how it's written, may end with a semicolon, closing curly brace, or sometimes even another character.
βˆ’
# The comparison between Perl and Lisp is a little off the mark, too.  Lisp is a very simple language (structurally; I shan't vouch for conceptually) which has the "elegant" characteristic that programs and data are essentially the same thing: lists of sub-expressions.  It is quite easy for a Lisp program to build a data structure which is itself a runnable program.  This "feature" is frequently exploited in artificial intelligence circles.  Perl, on the other hand, is a haphazard accretion of syntactic oddities so complex that the grammar cannot be modeled using standard compiler tools.  On the other hand, it can, with an economy of syntax, perform some very powerful operations, and has a vast library of utility functions that make very complex operations "easy" to do.
+
# The comparison between Perl and Lisp is a little off the mark, too.  Lisp is a very simple language (structurally; I shan't vouch for conceptually) which has the "elegant" characteristic that programs and data are essentially the same thing: lists of sub-expressions.  It is quite easy for a Lisp program to build a data structure which is itself a runnable program.  This "feature" is frequently exploited in artificial intelligence circles.  Perl, on the other hand, is a haphazard accretion of syntactic oddities so complex that the grammmar cannot be modeled using standard compiler tools.  On the other hand, it can, with an economy of syntax, perform some very powerful operations, and has a vast library of utility functions that make very complex operations "easy" to do.
  
 
Now, putting on the Opinion hat, my take is that the suggestion that the universe is written in Perl refers to the "messiness" of physics, chaos theory, and the like, somehow being attributed to the quirks surfaced by the implementation; if it were to be done again the comparative "elegance" of Lisp would, one is led to believe, result in a universe that at some fundamental level was simpler and more consistent, with predictable beginning and end.
 
Now, putting on the Opinion hat, my take is that the suggestion that the universe is written in Perl refers to the "messiness" of physics, chaos theory, and the like, somehow being attributed to the quirks surfaced by the implementation; if it were to be done again the comparative "elegance" of Lisp would, one is led to believe, result in a universe that at some fundamental level was simpler and more consistent, with predictable beginning and end.

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Template used on this page: