Skip to content

Instantly share code, notes, and snippets.

@juan-reynoso
Last active October 6, 2020 14:56
Show Gist options
  • Save juan-reynoso/e263cf12033bbab1d95c4dc3f4b5bb04 to your computer and use it in GitHub Desktop.
Save juan-reynoso/e263cf12033bbab1d95c4dc3f4b5bb04 to your computer and use it in GitHub Desktop.
Common lisp apply
;;Example:
;; 2 + 2 + 2
(apply '+ '(2 2 2))
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment