I understand that both suppress evaluation of a symbol or expression. But the backtick is used for macro definitions while the apostrophe is used for symbols (among other things). What is the difference, semantically speaking, between these two notations?
Backticks allow for ,foo
and ,@foo
to interpolate dynamic parts into the quoted expression.
'
straight up quotes everything literally.
If there are no comma parts in the expression, `
and '
can be used interchangeably.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With