Skip to content

Instantly share code, notes, and snippets.

@wildermuthn
Last active August 29, 2015 13:57
Show Gist options
  • Save wildermuthn/9557766 to your computer and use it in GitHub Desktop.
Save wildermuthn/9557766 to your computer and use it in GitHub Desktop.
(defparameter echo '(lambda (x) (print x)))
(defun test ()
(funcall echo "me"))
; (test)
;The value (LAMBDA (X) (PRINT X))
;is not of type ;
;(OR FUNCTION SYMBOL).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment