lambda expression - Definition. Was ist lambda expression
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist lambda expression - definition

WIKIMEDIA DISAMBIGUATION PAGE
Lambda expressions; Lambda-expression; Lambda expression (disambiguation)

lambda expression         
<mathematics> A term in the lambda-calculus denoting an unnamed function (a "lambda abstraction"), a variable or a constant. The pure lambda-calculus has only functions and no constants. (1995-04-13)
Anonymous function         
FUNCTION DEFINITION THAT IS NOT BOUND TO AN IDENTIFIER
Anonymous closure; Function literal; Function literals; Anonymous functions; Anonymous method; Lambda (programming); Function constant; Anonymous procedure; Anonymous subroutine; Anonymous routine; Procedure constant; Lambda (Python); Functional interface; Lambda function (computer programming); Lambda expression (programming); List of programming languages that support anonymous functions; Comparison of programming languages (anonymous functions); Arrow function
In computer programming, an anonymous function (function literal, lambda abstraction, lambda function, lambda expression or block) is a function definition that is not bound to an identifier. Anonymous functions are often arguments being passed to higher-order functions or used for constructing the result of a higher-order function that needs to return a function.
Gnome Lambda         
  • Oberursel U.III, a copy of the 14-cylinder Gnome Lambda-Lambda
  • reason=The [[Sopwith Tabloid]] article says it was produced only with Monospaupe engines. Is Lambda an alternate name for these? Or maybe it is a customization specific only to this replica?}} engine.
ROTARY PISTON AIRCRAFT ENGINE
Gnome Lambda-Lambda; Gnome 7 Lambda; Gnome 14 Lambda-Lambda.; Oberursel U.0; Oberursel U.III; Gnome 14 Lambda-Lambda; Gnome Lambda Lambda; Gnome Λ80 Lambda; Gnome ΛΛ160 Lambda-Lambda; Gnôme 14 Lambda-Lambda; Motorenfabrik Oberursel U.0
The Gnome 7 Lambda was a French designed, seven-cylinder, air-cooled rotary aero engine that was produced under license in Britain and Germany. Powering several World War I-era aircraft types it was claimed to produce from its capacity of although recorded figures are lower.

Wikipedia

Lambda expression

Lambda expression may refer to:

  • Lambda expression in computer programming, also called an anonymous function, is a defined function not bound to an identifier.
  • Lambda expression in lambda calculus, a formal system in mathematical logic and computer science for expressing computation by way of variable binding and substitution.