(defmacro lambda ((&rest args) &body body) `(function (lambda (,@args) ,@body)))
The original argument in favor was that the macro provides some useful and pleasant syntactic sugar, eliminating the frequent need to disrupt lisp's soothing flow of parentheses with the angular orthography of octothorp quotes.
Quote Last Modifed: 1/1/2001 12:00:01 AM
Database Dated : 12/13/2024 4:43:11 PM
Database Dated : 12/13/2024 4:43:11 PM