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

Re: Issue: FUNCTION-TYPE



  Date: 9 Jun 87 18:21 PDT
  From: Masinter.pa

  If there is no automatic coercion, and there
  aren't any explicit symbol-functions, then you can be guaranteed that
if
  you don't see a call to FOO or a #'FOO somewhere, then FOO isn't
  referenced and its definition can be GC'd.

One can always use manual coercion, via EVAL, so you'll also have to
outlaw any calls to thatt function in the application.  It starts
seeming like this isn't such a compelling argument.

	Pavel