emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Side effects of `sort'


From: Miles Bader
Subject: Re: Side effects of `sort'
Date: Fri, 02 Mar 2012 15:13:31 +0900

Stefan Monnier <address@hidden> writes:
> It just means that `sort' would have
> to fiddle not only with `cdr's but also with the `car's.
> Not worth the trouble, tho.

Also it would make sort inconsistent with other destructive list
operators, some of which _can't_ be "fixed".

A lisp programmer basically has to learn this pattern eventually.

-miles

-- 
Admiration, n. Our polite recognition of another's resemblance to ourselves.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]