Orphan functions



On 6/3/07, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> I recommend that we rename these to non-$ symbols so they aren't visible to
> users, who might redefine them accidentally.

Agreed.

> Along the same lines, I noticed that the routine <join> is defined in
> plot.lisp and not used anywhere.*  This one is documented, but a) it should
> be moved to be with other list functions b) it should get a better name
> (maybe "intersperse") and c) it should be more general -- right now, it can
> only intersperse two lists, not N.  Others' thoughts?

Agreed on all counts. Thanks for thinking about this problem.

Robert