Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

함수

scope - lexical / dynamic

함수 정의

defun

closure

counter

(documentation 'hello 'function) (documentation (function hello) 'function) (documentation #'hello 'function) (funcall 'hello "hi") (inspect 'hello)

let/let* flet/labels

(values 1 2) multiple-value-bind multiple-value-list values-list

https://lispkorea.github.io/successful-lisp-kr/ch03/lesson_07.html