Search results

Jump to navigation Jump to search
Results 1 – 21 of 136
Advanced search

Search in namespaces:

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...on]], [[Rust (programming language)|Rust]], [[Scala (programming language)|Scala]], [[Swift (programming language)|Swift]] and [[TypeScript]]. == Example == ...
    8 KB (1,046 words) - 16:19, 24 May 2025
  • ...path (which begins <code>\\</code>) requires 8 backslashes <code>\\\\\\\\</code> due to 2 backslashes each being double-escaped. ==Pattern example== ...
    9 KB (1,353 words) - 01:01, 31 January 2025
  • List with all the doubles from 0 to 10 (exclusive) List with the names of the customers based in [[Rio de Janeiro]] ...
    13 KB (1,620 words) - 16:46, 19 April 2025
  • |postal code = 38270 |mayor = Anaïs Scala<ref>{{cite web|title=Répertoire national des élus: les maires|url=https://w ...
    2 KB (228 words) - 17:59, 18 April 2025
  • {{short description|Code that has to be included in many places with little or no alteration}} ...are considered ''verbose'', the programmer must write a lot of boilerplate code to accomplish only minor functionality.<ref>{{cite book |last1=Lämmel |firs ...
    11 KB (1,590 words) - 12:45, 30 April 2025
  • ...rivative]], also a function. Higher-order functions should not be confused with other uses of the word "functor" throughout mathematics, see [[Functor (dis ...ived, higher-order functions that take one function as argument are values with types of the form <math>(\tau_1\to\tau_2)\to\tau_3</math>. ...
    25 KB (3,203 words) - 04:35, 29 September 2025
  • == Example == ...adic]] in Lisp so it can take an arbitrary number of lists as argument. An example from [[Clojure]]:<ref>[http://clojuredocs.org/clojure_core/1.2.0/clojure.co ...
    12 KB (1,637 words) - 06:24, 8 August 2025
  • ...ls to clearly associate each [[Parameter_(computer_programming)|argument]] with a given [[Parameter (computer science)|parameter]] within the function call ...lar function call in that the arguments are passed by associating each one with a parameter name, instead of providing an ordered list of arguments. ...
    11 KB (1,501 words) - 17:24, 27 September 2025
  • ...onto ''y''" means to construct a new object with <code>(cons ''x'' ''y'')</code>. The resulting pair has a left half, referred to as the {{lisp2|car}} (the ...)|Lean]], [[Rocq]], and [[Elm (programming language)|Elm]] or the <code>:</code> operator in [[Haskell (programming language)|Haskell]], which adds an elem ...
    8 KB (1,114 words) - 12:25, 17 September 2025
  • ...of which [[programming language]] is used, a '''guard clause''', '''guard code''', or '''guard statement''' is a check of integrity [[precondition]]s used A typical example is checking that a [[Reference (computer science)|reference]] about to be p ...
    9 KB (1,334 words) - 06:13, 19 November 2025
  • {{Short description|Programming language syntax rule that defines code block demarcation via indentation}} ...[programming language]] that defines the bounds of a [[block (programming)|code block]] via [[indent style|indentation]].<ref> ...
    13 KB (1,776 words) - 20:19, 20 October 2025
  • In [[Multithreading (computer architecture)|multithreaded]] code, access to lazy-initialized objects/state must be [[mutual exclusion|synchr ...software design pattern]] view, lazy initialization is often used together with a [[factory method pattern]]. This combines three ideas: ...
    26 KB (3,189 words) - 00:55, 7 November 2025
  • ...omputer programming)|predicate]] returns the [[Boolean value]] <code>true</code>. ==Example== ...
    12 KB (1,742 words) - 14:07, 24 May 2025
  • ...e'' otherwise.<ref>Michael J Cullinan, 2012, ''A Transition to Mathematics with Proofs'', Jones & Bartlett, pp.&nbsp;44ff.</ref> In this form, set-builder ...that'''", <!--bold, because "such that" redirects here--> "for which", or "with the property that". The formula {{math|&Phi;(''x'')}} is said to be the '' ...
    14 KB (2,236 words) - 13:07, 19 September 2025
  • ...s=live}}</ref><ref>{{Cite web|date=28 June 2020|title=Python Duck Typing - Example|url=https://techiehours.com/python/python-duck-typing/|access-date=26 July ...] which behaves similar to duck typing, through the keyword <code>dynamic</code>. ...
    6 KB (813 words) - 10:56, 29 October 2025
  • ...are ubiquitous in [[functional programming language]]s and other languages with [[first-class function]]s, where they fulfil the same role for the [[functi ...ymous functions may provide encapsulation via localized scope, however the code in the body of such anonymous function may not be re-usable, or amenable to ...
    30 KB (4,167 words) - 13:42, 4 May 2025
  • ...e whose members support the overloaded operations associated with <code>T</code>. In contrast with the "eqtypes" of Standard ML, overloading the equality operator through the ...
    21 KB (3,105 words) - 20:15, 4 May 2025
  • ..., [[Python (programming language)|Python]], [[Scala (programming language)|Scala]], [[Swift (programming language)|Swift]], [[Lua (programming language)|Lua While [[C++]] does not have first class properties, they can be emulated with [[operator overloading]].<ref>{{cite web |title=Portability of Native C++ p ...
    17 KB (2,150 words) - 17:45, 24 January 2025
  • ...o a [[Computer program|program]]'s [[Source code|code]] can be made easily with minimal prior knowledge about the program. The bridge pattern is useful whe ...pattern#Object_adapter_pattern|object adapter pattern]]; e.g., in the Java code below. ...
    18 KB (2,241 words) - 06:25, 18 December 2025
  • ...s the ability to create multiple [[subprogram|functions]] of the same name with different implementations. Calls to an overloaded function will run a speci ...arameter]], whereas the former does not require a parameter, and is called with an empty parameter field. A common error would be to assign a default value ...
    12 KB (1,752 words) - 22:30, 30 October 2025
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)