Comment on Try HyComments−a3_nm12y"(defun f x (x))" gives a Python stack trace.−dagurp12y(defun f [x] (x))−chrismonsanto12y(defun f (x) (x))−a3_nm12yYes, 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).
Comments
"(defun f x (x))" gives a Python stack trace.
(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).