-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Ashok Khanna edited this page Dec 27, 2021
·
4 revisions
Welcome to the lisp-notes wiki! This wiki represents my subjective summary of good LISP programming style, developed and refined over time.
;; Some macros that take a "body" argument expand into a call to an advertised function that takes a functional argument. This functional argument will execute the suppled body. For a macro named "with-environment", the function is generally named "invoke-with-environment". For example, with-drawing-options might be defined as follows: