Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Usage of % in function and method names

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?

like image 841
deadghost Avatar asked Jan 26 '26 06:01

deadghost


2 Answers

From a few places:

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

like image 119
chwarr Avatar answered Jan 27 '26 18:01

chwarr


For naming conventions in Common Lisp see here:

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

like image 39
Rainer Joswig Avatar answered Jan 27 '26 20:01

Rainer Joswig



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!