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

Re: Improving LISP "grossly"



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