[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
implied contracts in the mapping functions?
- To: Glenn S. Burke <GSB@MIT-ML.ARPA>
- Subject: implied contracts in the mapping functions?
- From: Scott E. Fahlman <Fahlman@CMU-CS-C.ARPA>
- Date: Sun, 18 Sep 1983 01:23:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 17 Sep 1983 21:12 EDT from Glenn S. Burke <GSB at MIT-ML>
I think that "it is an error" to destructively mess around with a list
after it has been fed to MAPCAR or even to DOLIST. The fact that most
implementations would do this in a certain way and the user can guess
what that way is should not matter. If we let people twiddle hidden
state and count on the results, there will be no safe optimizations
left, and all Common Lisp implementations will slow down by a
considerable factor.
-- Scott