Skip to content

Utilities: symbolify

Latest
Compare
Choose a tag to compare
@tfeb tfeb released this 28 Feb 13:11
v10.3.0

symbolify makes symbols from concatenated string designators. It avoids the nightmare of (make-symbol (concatenate 'string (symbol-name s) "-P")) and (intern (make-symbol (concatenate 'string (symbol-name s) "-P"))) which tends to pervade complicated macros.