Inconsistency when using previously defined variables as arguments to functions



On 1/31/2011 3:54 PM, thomas wrote:
>
> Out of curiosity: why do "simlifya", "meval1", etc. have such rather 
> counter-intuitive names? :D

Historical.
  meval combines 2 facilities, which are generally used together...



(defun meval (form)
      simplifya (meval1 form) nil))

why simplifya?  maybe there was a simplify and simplifyb too.