質問

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?

役に立ちましたか?

解決

From a few places:

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

他のヒント

For naming conventions in Common Lisp see here:

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top