Usage of % in function and method names

92 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 answers

0
chwarr On BEST ANSWER

From a few places:

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

0
Rainer Joswig On

For naming conventions in Common Lisp see here:

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