Hacker News new | ask | show | jobs
by flavio81 3051 days ago
>Anyways, I kept reading places that lisp macros and c macros were completely distinct, which seems untrue after a couple years of trying clojure.

I haven't used Clojure macros but as a programmer that uses both C and Common Lisp, I can say with good authority that C macros and CL macros are very different.

1 comments

Yea, not the same. Similar motivations though, right?