Functions Tutorial: Arguments, Multiple Values, funcall and apply, closures and more

from blog Lisp journey, | ↗ original
Here’s an enhanced page for the Cookbook: https://lispcookbook.github.io/cl-cookbook/functions.html Only the Currying part was untouched (we enhanced it already), the higher-order functions part existed and was rewritten. The rest is new, and it should help you start writing Common Lisp quicker than ever. Happy lisping ! Table of Contents Named...