Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Pure_function> ?p ?o. }
Showing items 1 to 27 of
27
with 100 items per page.
- Pure_function abstract "In computer programming, a function may be described as a pure function if both these statements about the function hold: The function always evaluates the same result value given the same argument value(s). The function result value cannot depend on any hidden information or state that may change as program execution proceeds or between different executions of the program, nor can it depend on any external input from I/O devices. Evaluation of the result does not cause any semantically observable side effect or output, such as mutation of mutable objects or output to I/O devices.The result value need not depend on all (or any) of the argument values. However, it must depend on nothing other than the argument values. The function may return multiple result values and these conditions must apply to all returned values for the function to be considered pure. If an argument is call by reference, any parameter mutation will alter the value of the argument outside the function, which will render the function impure.".
- Pure_function wikiPageExternalLink pure.html.
- Pure_function wikiPageExternalLink pure-functions.
- Pure_function wikiPageID "5619321".
- Pure_function wikiPageRevisionID "604389544".
- Pure_function hasPhotoCollection Pure_function.
- Pure_function subject Category:Functional_programming.
- Pure_function subject Category:Subroutines.
- Pure_function type Abstraction100002137.
- Pure_function type Code106355894.
- Pure_function type CodingSystem106353757.
- Pure_function type Communication100033020.
- Pure_function type Routine106582403.
- Pure_function type Software106566077.
- Pure_function type Subroutines.
- Pure_function type Writing106359877.
- Pure_function type WrittenCommunication106349220.
- Pure_function comment "In computer programming, a function may be described as a pure function if both these statements about the function hold: The function always evaluates the same result value given the same argument value(s). The function result value cannot depend on any hidden information or state that may change as program execution proceeds or between different executions of the program, nor can it depend on any external input from I/O devices.".
- Pure_function label "Fonction pure".
- Pure_function label "Pure function".
- Pure_function sameAs Fonction_pure.
- Pure_function sameAs m.0dwnw7.
- Pure_function sameAs Q3075265.
- Pure_function sameAs Q3075265.
- Pure_function sameAs Pure_function.
- Pure_function wasDerivedFrom Pure_function?oldid=604389544.
- Pure_function isPrimaryTopicOf Pure_function.