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