From: Martin DeMello Date: 2005-12-16T19:02:45+09:00 Subject: Re: LISP to Ruby translation Joel VanderWerf wrote: > Stephen Waits wrote: > > > > On Dec 14, 2005, at 6:36 PM, Douglas Livingstone wrote: > > > >> ((if (zero? 0) + -) 3 4) > >> => 7 > >> > >> to Ruby? > > > > > > 7 if true > > > > --Steve > > 7 There - who says ruby isn't concise! martin