language:
Find link is a tool written by Edward Betts.searching for Imperative programming 25 found (162 total)
alternate case: imperative programming
Unit type
(1,182 words)
[view diff]
exact match in snippet
view article
find links to article
functional programming languages. The void type that is used in some imperative programming languages serves some of its functions, but because its carrierUniqueness type (578 words) [view diff] exact match in snippet view article find links to article
transparency. Unique types can also be used to integrate functional and imperative programming. Uniqueness typing is best explained using an example. ConsiderParallel Patterns Library (192 words) [view diff] exact match in snippet view article find links to article
the library. MSDN describes the Parallel Patterns Library as an "imperative programming model that promotes scalability and ease-of-use for developing concurrentQuarkus (1,203 words) [view diff] exact match in snippet view article find links to article
serverless environments while offering developers a unified reactive and imperative programming model to address a wider range of distributed application architecturesWhile loop (1,525 words) [view diff] exact match in snippet view article find links to article
(set! counter (sub1 counter))) (displayln factorial) However, an imperative programming style is often discouraged in Scheme and Racket. # Calculate theTritium (programming language) (578 words) [view diff] exact match in snippet view article
the XML based syntax of XSLT. Imperative style: Tritium uses an imperative programming style instead of the functional and recursive processing model ofTournament sort (649 words) [view diff] case mismatch in snippet view article find links to article
Technology in Telecommunications, Polytechnic University. C.A.T.T. Technical Report 86-13. Kershenbaum et al 1988, "Higher Order Imperative Programming"Ole-Johan Dahl (886 words) [view diff] exact match in snippet view article find links to article
pervasive in modern software development, including widely used imperative programming languages such as C++ and Java. He received the Turing Award forPointer machine (1,556 words) [view diff] exact match in snippet view article find links to article
This instruction serves the same purpose as the if command in any imperative programming language. (4) read and write instructions for input/output, accessingLightweight programming language (348 words) [view diff] exact match in snippet view article find links to article
because of memory constraints. Forth is a stack-based concatenative imperative programming language using reverse Polish notation. FALSE is a minimalist esotericEvent monitoring (753 words) [view diff] exact match in snippet view article find links to article
finite-state automata, Petri nets, procedural (either based on an imperative programming language or an object-oriented programming languages), a modificationCons (901 words) [view diff] exact match in snippet view article find links to article
using destructive operations of the kind that would be used in an imperative programming language.[citation needed] For example: I sped up the code a bitRobert Kowalski (1,484 words) [view diff] exact match in snippet view article find links to article
Calejo, M. and Dávila, J., 2023. "Combining logic programming and imperative programming in LPS". Prolog: The Next 50 Years (pp. 210-223). Cham: SpringerHistory of programming languages (3,814 words) [view diff] exact match in snippet view article find links to article
Polymorphism (computer science)). Although major new paradigms for imperative programming languages did not appear, many researchers expanded on the ideasUnreal Engine (4,111 words) [view diff] exact match in snippet view article find links to article
around a decade. So it's informed by functional programming and imperative programming and game programming and logic programming. There's a lot goingList of model checking tools (1,199 words) [view diff] exact match in snippet view article find links to article
inspired by process calculi, functional programming languages, and imperative programming languages; LNT was designed as a modern replacement for LOTOS andIncremental computing (1,189 words) [view diff] case mismatch in snippet view article find links to article
Demetrescu; Irene Finocchi; Andrea Ribichini (2011). "Reactive Imperative Programming with Dataflow Constraints". Proceedings of the 26th ACM InternationalJohn Launchbury (901 words) [view diff] case mismatch in snippet view article find links to article
Kluwer Academic Publishers. p. 51. Launchbury, John (1993). "Lazy Imperative Programming". CiteSeerX. Yale University: 46–56. Retrieved 19 January 2017.Behavioral subtyping (1,381 words) [view diff] exact match in snippet view article find links to article
implementation. Thirdly, and most subtly, in the context of object-oriented imperative programming it is difficult to define precisely what it means to universallySubtext (programming language) (714 words) [view diff] exact match in snippet view article
publishing white papers. Side effects are both the essence and bane of imperative programming. The programmer must carefully coordinate actions to manage theirSecurity type system (945 words) [view diff] exact match in snippet view article find links to article
to prove soundness of a security type system for a deterministic imperative programming language with a standard (non-instrumented) semantics using theOptical music recognition (3,495 words) [view diff] exact match in snippet view article find links to article
deep learning, many computer vision problems have shifted from imperative programming with hand-crafted heuristics and feature engineering towards machineTernary conditional operator (6,418 words) [view diff] exact match in snippet view article find links to article
introduced conditional expressions (thus ternary conditionals) to imperative programming languages. if <boolean expression> then <expression> else <expression>High-level language computer architecture (2,346 words) [view diff] exact match in snippet view article find links to article
when a HLL has a radically different model of computation than imperative programming (which is a relatively good match for typical processors), notablyRuntime verification (4,441 words) [view diff] exact match in snippet view article find links to article
instrumentation expressed through a program transformation written in an imperative programming language. Further, static analyses can reason about monitoring aspects