From: Kenny Tilton
Subject: Re: More fun with Lisp
Date: 
Message-ID: <uyJbd.79733$Ot3.32175@twister.nyc.rr.com>
William Bland wrote:
> This evening I found an interesting exercise from Dave Thomas (author of
> The Pragmatic Programmer), and solved it in Common Lisp.  It was a lot of
> fun - I thought some of you might like to see it:
> 
> http://www.abstractnonsense.com/chop.html
> 
> Cheers,
> 	Bill.


FYI: (floor (/ (+ low high) 2))
...can just be (floor (+ low high) 2)

kenny

-- 
Cells? Cello? Celtik?: http://www.common-lisp.net/project/cells/
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
From: William Bland
Subject: Re: More fun with Lisp
Date: 
Message-ID: <pan.2004.10.15.06.06.11.881721@abstractnonsense.com>
On Fri, 15 Oct 2004 05:50:18 +0000, Kenny Tilton wrote:

> 
> FYI: (floor (/ (+ low high) 2))
> ...can just be (floor (+ low high) 2)
> 
> kenny

Oh, thanks, that's good to know.

Cheers,
	Bill.
-- 
"If you give someone Fortran, he has Fortran. If you give someone Lisp,
he has any language he pleases." -- Guy Steele