Skip to content

Comment on Try Hy

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).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.