@[email protected] @interlisp - you can always replace (RPTQ n form) with (RPT n (QUOTE form)) and of course (QUOTE form) has the shorthand: 'form
It's all about whether the arguments are evaluated before the function is called, or the function is going to get the unevaluated arguments and choose to evaluate them itself. https://xkcd.com/221
It's all about whether the arguments are evaluated before the function is called, or the function is going to get the unevaluated arguments and choose to evaluate them itself. https://xkcd.com/221
