Примери коришћења Imperative programming на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
Another imperative programming language.
Integrating functional and imperative programming.
Imperative programming is known for its frequent utilization of side effects.
Difference between functional and imperative programming.
Examples of Imperative programming paradigm.
It is possible to fuse reactive programming with ordinary imperative programming.
The difference between imperative programming and functional programming. .
Imperative programming languages such as Java and C-like languages, especially C++.
A for-loop statement is available in most imperative programming languages.
This is in contrast with imperative programming, in which algorithms are implemented in terms of explicit steps.
The widespread use of subroutines with side effects is a characteristic of imperative programming languages.
This is in contrast with imperative programming, which implements algorithms in explicit steps.
Understanding the specifics of functional programming program structure and differences to imperative programming.
NoneThe goalTeaching of imperative programming in high- level and low- level programming languages.
Constraint programming often complements other paradigms: functional, logical,or even imperative programming.
Imperative programming languages stand in contrast to other types of languages, such as functional and logical programming languages.
It emphasizes the application of functions,in contrast to the imperative programming style, which emphasizes changes in state.
A number of other common definitions attempt to define it other than simply contrasting it with imperative programming.
The emphasis on explicit control flow distinguishes an imperative programming language from a declarative programming language.
A number of other common definitions exist that attempt to give the term a definition other than simply contrasting it with imperative programming.
However, while constraint imperative programming manages bidirectional constraints, reactive imperative programming manages one-way dataflow constraints.
However, when used in the second(more restricted) sense,iteration describes the style of programming used in imperative programming languages.
JavaScript is an event-based imperative programming language(as opposed to HTML's declarative language model) that is used to transform a static HTML page into a dynamic interface.
This factorial function can also be described without using recursion by making use of the typical looping constructs found in imperative programming languages.
In practice, the difference between a mathematical function andthe notion of a function used in imperative programming is that imperative functions can have side effects that may change the value of program state.
In practice, the difference between a mathematical function andthe notion of a"function" used in imperative programming is that imperative functions can have side effects, changing the value of already calculated computations.
Alma-0, a small, strongly typed, constraint language with a limited number of features inspired by logic programming, supporting imperative programming.
In imperative programming languages, the term"conditional statement" is usually used, whereas in functional programming, the terms"conditional expression" or"conditional construct" are preferred, because these terms all have distinct meanings.
A number of concepts and paradigms are specific to functional programming, andgenerally foreign to imperative programming(including object-oriented programming). .