That's the phrase used in Dawkin's famous computer program, commonly known as
WEASEL. He wrote it nearly 25 years ago and it's confounded William Dembski and his crew for the past 10.
I've wanted to see it working, but most versions available are executables in Java, Python, or somesuch, stuff I don't want to bother with. I found a couple of implementations in Javascript, but didn't like their presentation. You couldn't easily track changes in the scrolling, dancing character jumbles.
So, here's mine. You'll need Javascript enabled in your browser to use it:
http://charlieatdu.x10hosting.com/weasel.html---------
Some of the Dawkins/Dembski backstory for those who haven't heard it:
(If this is too windy to read, here's a
gleefully snarky summation from PZ Myers. And
another.)
WEASEL is Dawkin's response to the monkey/typewriter/Shakespeare problem, a popular criticism of evolution. Described in
The Blind Watchmaker, it demonstrates how
cumulative selection can drastically shorten the eons random mutation needs to achieve a complex result.
Dembski has misunderstood and mischaracterized this program for close to a decade, even after he's been corrected innumerable times.
He insists that it uses
positional lock-in. That is, once a correct letter in the right position occurs, it's exempt from mutation. This is wrong. ALL letters in ALL positions can mutate ANYTIME, there is no lock-in. The only measure of fitness is the
total number of correct letters/positions. So, in Dawkin's program, this:
xxASEL
would be deemed fitter and would replace this:
WExxxx
which can't happen in Dembski's imaginary program.
When shown a
1987 documentary that includes a segment where you can
SEE characters flipping in and out of match, Dembski's surmised that Dawkins may have used a program
with a different algorithm. Yes, one for the book and one for the TV show. Uncommon Descent even issued an
open call for sleuths who could track down the source code for both.
It seems to have escaped him that if Dawkins deliberately switched algorithms to bumfuzzle his future nemesis, the program in the documentary
STILL converged on the target in minutes.
For over a year he and a partner have been
working on a project called
WeaselWare, promising software that'll deconstruct Dawkin's program. Even though WEASEL itself is a piffle that can be bashed out in no time, they still haven't released a scrap of code. Screen caps from
another forensic work on another evolutionary program show that they're using
Javascript. They must be taking all-day lunches.