سؤال

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