in reply to (Golf) Gödel, Escher, and Bach, Oh My!
sub mu { # 43*5 + 15 = 230 chars # 123456789_123456789_123456789_123456789_123 my($f,$t,$s)=@_;return 0if$f eq$t;@_=$f;for my$i(1..$s){@_=map{(my$A=$_)=~s/I$/IU/;(my$ B=$_)=~s/^M(.*)/M$1$1/;(my$C=$_)=~s/III/U/; (my$D=$_)=~s/UU//;grep{$_ ne$t||return$i}$A ,$B,$C,$D}@_;}0 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (Golf) Gödel, Escher, and Bach, Oh My!
by Masem (Monsignor) on Jul 03, 2001 at 18:56 UTC |