in reply to The science fiction writer who most personifies Perl is:
I nominate Neal Stephenson, for showing that Perl has its uses even in literacy. E.g. in his book Cryptonomicon, which contains a Perl script. It starts with
.. and according to wikipedia it is a precise description of (and indeed a Perl script for) the Solitaire cipher (called Pontifex in the book). Rata (relying on 2nd-hand-information)#!/usr/bin/perl -s Sf=Sd?-1 1,SD=pack('C*',33 86),Sp=shift; $p=--y/a-z +/A-Z/,SU='SD=--s/(.*)US/US1/, SD=-s/U(.)/S1U/;',(SV ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The science fiction writer who most personifies Perl is:
by ww (Archbishop) on Jul 02, 2010 at 02:49 UTC | |
Re^2: The science fiction writer who most personifies Perl is:
by ambrus (Abbot) on Jul 04, 2010 at 10:48 UTC | |
by ww (Archbishop) on Jul 04, 2010 at 13:31 UTC | |
Re^2: The science fiction writer who most personifies Perl is:
by JediWizard (Deacon) on Jul 20, 2010 at 19:08 UTC |