이코드는 어떤 프로그래밍 언어인지...

idlock의 이미지

  (defun hello
    (print
      (cons 'Hello (list 'World))))

아래를 보다보니 위같은 코드가 나와서요 어떤 언어인지 아시는분?
http://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html
nthroot의 이미지

lisp ?..

------식은이 처------
길이 끝나는 저기엔 아무 것도 없어요. 희망이고 나발이고 아무 것도 없어.

cinsk의 이미지

LISP이긴 한데.. 문법이 틀린 것 같군요.

(defun hello ()
    (print
      (cons 'Hello (list 'World))))
monpetit의 이미지

defun 이나 setq 나오면 볼 것도 없이 LISP이라고 생각하세요. =)

idlock의 이미지