Hacker News new | ask | show | jobs
by a3_nm 4599 days ago
"(defun f x (x))" gives a Python stack trace.
2 comments

(defun f [x] (x))
(defun f (x) (x))
Yes, I wasn't expecting this wrong syntax to work, just pointing out that the stack trace looks messy (e.g., leaks the absolute path to the involved Python file).