Re: Euphoria sucks at golfing
- Posted by jaygade May 07, 2014
- 1607 views
Whittled down to 141:
object t=and_bits(gets(0),#DF),L="LLAMA",i=0,X={} while length(L) do i=find(L[1],t,i+1) X&=i L=L[2..$] end while if find(0,X) then X={} end if ?X
Whittled down to 141:
object t=and_bits(gets(0),#DF),L="LLAMA",i=0,X={} while length(L) do i=find(L[1],t,i+1) X&=i L=L[2..$] end while if find(0,X) then X={} end if ?X