Quoting (part 5) In lisp The magic quotes are (quote ... ) also written as '... The pre-processor is built in to the lisp reader You can only quote lisp which if fine, for macros In Ocaml The magic quotes are <:foo< ... >> where foo is an "expander name" The pre-processor is camlp4 You can quote any language with an expander You can add expanders