From: Daniel Martin Date: 2007-06-02T10:45:29+09:00 Subject: Re: [QUIZ] FizzBuzz (#126) "Sander Land" writes: > On 6/1/07, Daniel Martin wrote: >> ..... >> >> Incidentally, my initial answer was: >> >> (Plus @@(Min /@ #))& >> >> Anyone care to identify the language? > > Mathematica. Bingo. And APL is significantly less legible than this. (Among other things, I used ASCII there) Even J (APL's modern, ASCII-based descendant) would be less legible than that. -- s=%q( Daniel Martin -- martin@snowplow.org puts "s=%q(#{s})",s.to_a.last ) puts "s=%q(#{s})",s.to_a.last