call by name
In French, 'appel par nom' refers to a specific programming concept where a function is called with the name of an argument rather than its value. This allows for more flexible function definitions and can lead to clearer code, especially when dealing with optional parameters. The term is often used in discussions about programming languages and their features.