Hacker News new | ask | show | jobs
by ktRolster 3769 days ago
I'd have to say that another reason Lisp hasn't taken off is because hygienic macros are a pain to write.....
1 comments

I used to think that, but alexandria:with-gensyms is pretty nifty. I think the lesson I learned is that every syntax pain point is a macro waiting to be born.