Re: What's so great about lisp?
- From: Jon Harrop <usenet@xxxxxxxxxxxxxx>
- Date: Wed, 05 Oct 2005 14:53:34 +0100
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?
I've been looking at how many of the errors that I make are caught by the
static type checker and how many require debugging. I must say that the
vast majority are caught at compile time.
--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com
.
- Follow-Ups:
- Re: What's so great about lisp?
- From: Joe Marshall
- 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?
- Prev by Date: Re: A simple interpreter
- Next by Date: Re: Why Lisp is not popular with average programmers
- Previous by thread: Re: What's so great about lisp?
- Next by thread: Re: What's so great about lisp?
- Index(es):
Relevant Pages
|