Hacker News new | ask | show | jobs
by lispm 2457 days ago
> which means that after the parser part of the compiler

Lisp works slightly different. The macro form is an expression (a list) with the macro operator as the first element. The next elements in the expression can be anything as data.