Re: cl-quiz
- From: David Sletten <david@xxxxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 10:05:12 GMT
Ari Johnson wrote:
"Geoffrey Summerhayes" <sumrnot@xxxxxxxxxxxxxxxxx> writes:
(format nil "~r ~a~:2*~P" 1 "apricot")
(format nil "~r ~a~2:*~P of beer on the wall" 99 "bottle")
Transpose the 2 and colon. Of course, #'format doesn't seem to be
smart enough to talk about puppies or children. ;)
Well, yes and no:
(format nil "~r ~a~:*~:@p of beer on the wall" 99 "pupp") => "ninety-nine puppies of beer on the wall"
(format nil "~r ~a~:*~:@p of beer on the wall" 1 "fl") => "one fly of beer on the wall"
Whatever that means... :)
Aloha,
David Sletten
.
- References:
- [ANN] cl-quiz
- From: Marco Baringer
- Re: cl-quiz
- From: Tel A.
- Re: cl-quiz
- From: Geoffrey Summerhayes
- Re: cl-quiz
- From: Ari Johnson
- [ANN] cl-quiz
- Prev by Date: Re: Decreasing the "standard deviation" of lisp
- Next by Date: time to bring back the Lisp machines?
- Previous by thread: Re: cl-quiz
- Next by thread: Re: cl-quiz
- Index(es):
Relevant Pages
|