별의 공부 블로그 🧑🏻‍💻
728x90
728x170
;; Comparison

CG-USER(38): (funcall #'+ 1 2 3)
6
CG-USER(39): (apply #'+ '(1 2 3))
6
CG-USER(40): (reduce #'+ '(1 2 3))
6


Comparison among FUNCALL and APPLY and REDUCE.

Keep in mind that you should write only numbers when you use FUNCALL with #'(arithmetic operator).

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖