[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Improving LISP "grossly"
- Subject: Re: Improving LISP "grossly"
- From: Barry Margolin <BARMAR at MIT-MC>
- Date: Fri ,24 Oct 80 03:24:00 EDT
We could really make LISP alot faster and more efficient
if we didn't allow arguments to be passed to subroutines.
Think about all those computrons being used setting up
the new bindings of the lambda variables. Global variables
are truly the only winning way to pass values to and
from a subroutine.
-Barmar