Search results
Jump to navigation
Jump to search
- ...lin (programming language)|Kotlin]], [[Nim (programming language)|Nim]], [[OCaml]], [[Python (programming language)|Python]], [[Rust (programming language)| == Example == ...8 KB (1,046 words) - 16:19, 24 May 2025
- ...ollowing excerpt from a [[C (programming language)|C]] program, <code>tmp</code> variable declared is local to the surrounding block command: ...om [[ML (programming language)|ML]] program, local declaration of <code>g</code> can be used only during evaluation of the following expression: ...2 KB (322 words) - 12:56, 29 November 2024
- 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
- ...s (except that two of these objects can be compared via <code>compareTo()</code>). ...mming language)|Java]], [[Logtalk]], [[Object Pascal]], [[Objective-C]], [[OCaml]], [[PHP]], [[Racket (programming language)|Racket]], [[Swift (programming ...5 KB (657 words) - 20:03, 18 December 2025
- | family = [[ML (programming language)|ML]]: [[Caml]]: [[OCaml]] .../ref> made by Fabrice Le Fessant, featuring a modified syntax and improved OCaml compatibility compared to the original. ...6 KB (740 words) - 07:12, 8 January 2025
- ...ect-oriented_programming)#Subclasses_and_superclasses|type compatibility]] with another type. The possible results of comparing [[Polymorphism (computer_sc With this information, a program can test, before performing an operation such a ...6 KB (887 words) - 03:57, 24 May 2025
- In [[computer programming]], '''<code>append</code>''' is the operation for [[Concatenation|concatenating]] [[linked list]]s o ...ramming language]] [[Lisp (programming language)|Lisp]]. The <code>append</code> procedure takes zero or more [[Linked list|(linked) list]]s as arguments, ...6 KB (888 words) - 01:54, 27 June 2024
- | programming language = [[OCaml]] | influenced by = [[ECMAScript]], [[JavaScript]], [[ActionScript]], [[OCaml]], [[Java (programming language)|Java]], [[C++]], [[PHP]], [[C Sharp (progr ...10 KB (1,375 words) - 11:20, 29 May 2025
- ...omputer programming)|predicate]] returns the [[Boolean value]] <code>true</code>. ==Example== ...12 KB (1,742 words) - 14:07, 24 May 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
- ...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
- ...ory of Computation'' (1974). As the field of Formal Methods advanced, this example appeared repeatedly in the research literature. Example A: ...8 KB (1,028 words) - 22:42, 9 November 2025
- Consider the following example in mathematical [[set-builder notation]]. In this annotated version of the example: ...23 KB (3,169 words) - 02:05, 1 January 2026
- ...ument].</ref> They carried out the overall design and wrote early modules; with that ready they recruited other scientists to contribute. ...ested in stability than in additional functionality. Major version 1 ended with release 1.16 of July 2013; this was the only public activity in the three y ...11 KB (1,445 words) - 09:03, 20 October 2025
- ...tion evaluates to <code>true</code>, the overall value must be <code>true</code>. In programming languages with [[lazy evaluation]] ([[Lisp (programming language)|Lisp]], [[Perl]], [[Hask ...19 KB (2,676 words) - 13:44, 13 December 2025
- | name = OCaml | logo = OCaml Logo.svg ...40 KB (5,443 words) - 02:30, 22 December 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
- ...e component of the matched pattern, and to substitute the matching pattern with some other token sequence (i.e., [[Regular expression|search and replace]]) ...g constructs include [[COMIT]] (1957), [[SNOBOL]] (1962), [[Refal]] (1968) with tree-based pattern matching, [[Prolog]] (1972), St Andrews Static Language ...28 KB (4,046 words) - 01:58, 1 January 2026
- ...ch...][finally...]</code> block, and errors are created via a <code>throw</code> statement, but there is significant variation in naming and syntax. raise Some_Error with "Out of memory"; -- specific diagnostic message ...44 KB (5,800 words) - 18:36, 11 June 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