Skip to main content

Home/ Programming/ Group items tagged compare

Rss Feed Group items tagged

yc c

Lingua::Romana::Perligata -- Perl for the XXIimum Century - 0 views

  • Lingua::Romana::Perligata -- that makes it possible to write Perl programs in Latin.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
Andrey Karpov

Comparing an Integer with a Floating-Point Number, Part 2: Tactics - 0 views

  •  
    We continue last week's discussion by getting down to details. We continue last week's discussion by getting down to details. If you haven't read it, please do so now; I'll wait. Thanks! We'll start by defining three important implementation-dependent types: ...
mkprog

programming languages | easy language reference - 0 views

shared by mkprog on 11 May 17 - No Cached
  •  
    Information about 10 programming languages, examples, comparing commands between languages
1 - 4 of 4
Showing 20 items per page