Re: What's so great about lisp?
- From: Joe Marshall <jmarshall@xxxxxxxxxxxx>
- Date: Wed, 05 Oct 2005 10:56:03 -0400
Jon Harrop <usenet@xxxxxxxxxxxxxx> writes:
> Joe Marshall wrote:
>> I like this example:
>>
>> (defun sort (x predicate)
>> x)
>
> Is that:
>
> let sort x predicate = x
>
> So you're looking for a warning because "predicate" was bound but never
> used?
No, I wanted a warning that the output isn't sorted.
Yeah, I expect a warning that predicate isn't used, and of course I
can't redefine the built-in sort, but that's not the point.
.
- Follow-Ups:
- Re: What's so great about lisp?
- From: Greg Buchholz
- Re: What's so great about lisp?
- From: Jon Harrop
- Re: What's so great about lisp?
- References:
- Re: What's so great about lisp?
- From: Joe Marshall
- Re: What's so great about lisp?
- From: Jon Harrop
- Re: What's so great about lisp?
- Prev by Date: Re: printing python
- Next by Date: Re: What's so great about lisp?
- Previous by thread: Re: What's so great about lisp?
- Next by thread: Re: What's so great about lisp?
- Index(es):
Relevant Pages
|