[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DOE-SEE-DOE and HEY-BABY!
=======
Preface:
=======
(define LIST-APPLY apply)
(define (VECTOR-APPLY proc vec) (list-apply proc (vector->list vec)))
===========
Observation:
===========
(LIST-APPLY cons (LIST 1 2)) --> (1 . 2)
(VECTOR-APPLY cons (VECTOR 1 2)) --> (1 . 2)
(VALUES-APPLY cons (VALUES 1 2)) --> (1 . 2)
========
Question:
========
If Form follows Function, does Name follow Form?
=====
Aside:
=====
I think that names such as APPLY-PROCEEDURE-TO-LIST are too long, but
might be persuaded that APPLY-TO-LIST is o.k. I prefer the shorter
forms, however.
-Ken Dickey kend@mrloog.WR.TEK.COM
note new domain ----^^