>>42
Lisp allows self-modifying code, because it includes compiler and has well defined interface for manipulating code.
Moreover, Lisp makes it easy to generating inline assembly, compared to C/C++ with its horrible and static asm{} form, wrapped under even more horrible #define macros