Search code examples
naming-conventionscommon-lispnamingconventions

Usage of % in function and method names


I'm looking through code and seeing % at the beginning of function and method names. For example defun %rod and defmethod %do-query. Is there a standard convention for using this kind of naming scheme?


Solution

  • From a few places:

    %foo: low-level, fast, dangerous function, or Lisp system specific implementation of foo