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?
Usage of % in function and method names
178 views Asked by deadghost At
2
There are 2 answers
Related Questions in NAMING-CONVENTIONS
- What is the naming convention in Python for asynchronous functions?
- Why do most Azure naming conventions include the resource type in the name?
- useReducer naming conventions
- Python script won't skip past files that match naming convention set in file renaming program
- Issue changing Pylint naming convention in VS Code
- camelCase naming convention not working while returning response
- What does $$[T] mean in method name
- Power Automate, Attempting to add an action that will paste in and rename an export file according to the previous business day in the MM.DD format
- What is the term for a colon before a suite in Python syntax?
- What is the convention for naming C# files that contain extension methods?
- Prisma and Types: Confused about Naming Conventions
- Nested system naming convention in Common Lisp using ASDF?
- How do I reference a lookup table that might not contain the looked up record?
- How distinguish stage of infra vs stage of software in naming convention (IaC)
- How to configure editorconfig file to allow units of measurement after variable names?
Related Questions in COMMON-LISP
- UTF-8 string has too many bytes using SBCL and babel on Windows 64 bits
- Common Lisp: How to use a macro within a macro?
- How do I get a notification upon table change with Postmodern in Common Lisp?
- in SBCL why does setting *print-circle* to T in LET in common lisp not work, but SETF does print circular list fine?
- Case statement/form errors?
- unexpected interaction between macroexpand-1 and macrolet
- common lisp type vector of fixnums
- Testing with fiveam
- How to load FRL into Clisp?
- How do I force a CFFI-defined foreign library to use a specific version of a shared library?
- SBCL VLIME use CFFI
- SBCL REPL Wrong Reuse of Cons Cells?
- How do you get the SBCL foreign function interface example from the SBCL User Manual to work?
- Reading hash table from file fails
- do v. do*: Why does the same code produce a different result?
Related Questions in NAMING
- How do I name a macro button by means of referencing a cell within the spreadsheet e.g. cell B1 will be the name of the spreadsheet
- Associated type (type parameter) naming convention
- naming urls : good practices
- How to register celery class based task with a custom name in 5.x?
- REST APIs to demonstrate borrowed books and users from library
- Which url name should be used for api performing the membership withdrawal function
- Variable or pattern name for method arguments as both input and output parameter
- Error when attempting to set a Worksheet name from a user defined list
- Conventions for Swift protocols
- Naming classes on a framework that present multiple platforms
- Where ReSharper naming rule is defined which prohibits using the prefix "Default" in type names, property names, constant names...?
- how to name a Master on a raspberry
- What is the difference between Resolver and Service in java
- How do I name controllers which are related to multiple entities in REST?
- Name of the algorithm for choosing an element from a list based on its "width"
Related Questions in CONVENTIONS
- naming urls : good practices
- How do I reduce repetitive error handling in java
- Forcing integer input using the isdigit() method
- Are there conventions around naming entry point groups in Python?
- Rust string manipulation, flow control improvements
- What is the convention for naming C# files that contain extension methods?
- Use case for np.log2 vs math.log2
- Use branch prediction with no else statement
- Is there a convention in the order of registers used to store values for calculations when using assembly language x86-64?
- Better practice for double or more line breaks in Rust?
- What is the point of using >| when redirecting to /dev/null?
- do { } while(0) alternative in macro definition or any other possible options
- Is Using double variable type instead of float a bad habit
- HTML sourcemap convention
- Best practice: where should user prompt messages reside in Java classes - main or method class?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
From a few places: