Usage of % in function and method names

129 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

From a few places:

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

0
On

For naming conventions in Common Lisp see here:

http://www.cliki.net/naming%20conventions