"statically-typed" meaning in All languages combined

See statically-typed on Wiktionary

Adjective [English]

Head templates: {{en-adj|-}} statically-typed (not comparable)
  1. (programming) Having, or relating to, a type system that checks the variable types at compile time. Tags: not-comparable Categories (topical): Programming Synonyms: statically typed Related terms: static typing Translations (Translations): statisch typisiert (German), estaticamente tipado (Portuguese), tipado estaticamente (Portuguese), static tipizat [masculine] (Romanian), statik yazılan/yazılmış (Turkish)

Alternative forms

{
  "antonyms": [
    {
      "word": "dynamically-typed"
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "statically-typed (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Entries with translation boxes",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Terms with German translations",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Terms with Portuguese translations",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Terms with Romanian translations",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Terms with Turkish translations",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        }
      ],
      "examples": [
        {
          "ref": "2014, Steven Foote, Learning to Program, Addison-Wesley Professional, →ISBN, page 96:",
          "text": "Statically typed languages have some great benefits. You always know what type of data you are dealing with, so you don't have to deal with surprises, such as when 2 + '2' = '22', because you're not even allowed to add variables of different types.",
          "type": "quote"
        }
      ],
      "glosses": [
        "Having, or relating to, a type system that checks the variable types at compile time."
      ],
      "id": "en-statically-typed-en-adj-3Ks2MWjl",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "type system",
          "type system"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "type",
          "type"
        ],
        [
          "compile time",
          "compile time"
        ]
      ],
      "raw_glosses": [
        "(programming) Having, or relating to, a type system that checks the variable types at compile time."
      ],
      "related": [
        {
          "word": "static typing"
        }
      ],
      "synonyms": [
        {
          "word": "statically typed"
        }
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ],
      "translations": [
        {
          "code": "de",
          "lang": "German",
          "sense": "Translations",
          "word": "statisch typisiert"
        },
        {
          "code": "pt",
          "lang": "Portuguese",
          "sense": "Translations",
          "word": "estaticamente tipado"
        },
        {
          "code": "pt",
          "lang": "Portuguese",
          "sense": "Translations",
          "word": "tipado estaticamente"
        },
        {
          "code": "ro",
          "lang": "Romanian",
          "sense": "Translations",
          "tags": [
            "masculine"
          ],
          "word": "static tipizat"
        },
        {
          "code": "tr",
          "lang": "Turkish",
          "sense": "Translations",
          "word": "statik yazılan/yazılmış"
        }
      ]
    }
  ],
  "word": "statically-typed"
}
{
  "antonyms": [
    {
      "word": "dynamically-typed"
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "statically-typed (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "related": [
    {
      "word": "static typing"
    }
  ],
  "senses": [
    {
      "categories": [
        "English adjectives",
        "English adverb-adjective phrases",
        "English entries with incorrect language header",
        "English lemmas",
        "English multiword terms",
        "English terms with quotations",
        "English uncomparable adjectives",
        "Entries with translation boxes",
        "Pages with 1 entry",
        "Pages with entries",
        "Terms with German translations",
        "Terms with Portuguese translations",
        "Terms with Romanian translations",
        "Terms with Turkish translations",
        "Translation table header lacks gloss",
        "en:Programming"
      ],
      "examples": [
        {
          "ref": "2014, Steven Foote, Learning to Program, Addison-Wesley Professional, →ISBN, page 96:",
          "text": "Statically typed languages have some great benefits. You always know what type of data you are dealing with, so you don't have to deal with surprises, such as when 2 + '2' = '22', because you're not even allowed to add variables of different types.",
          "type": "quote"
        }
      ],
      "glosses": [
        "Having, or relating to, a type system that checks the variable types at compile time."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "type system",
          "type system"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "type",
          "type"
        ],
        [
          "compile time",
          "compile time"
        ]
      ],
      "raw_glosses": [
        "(programming) Having, or relating to, a type system that checks the variable types at compile time."
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "synonyms": [
    {
      "word": "statically typed"
    }
  ],
  "translations": [
    {
      "code": "de",
      "lang": "German",
      "sense": "Translations",
      "word": "statisch typisiert"
    },
    {
      "code": "pt",
      "lang": "Portuguese",
      "sense": "Translations",
      "word": "estaticamente tipado"
    },
    {
      "code": "pt",
      "lang": "Portuguese",
      "sense": "Translations",
      "word": "tipado estaticamente"
    },
    {
      "code": "ro",
      "lang": "Romanian",
      "sense": "Translations",
      "tags": [
        "masculine"
      ],
      "word": "static tipizat"
    },
    {
      "code": "tr",
      "lang": "Turkish",
      "sense": "Translations",
      "word": "statik yazılan/yazılmış"
    }
  ],
  "word": "statically-typed"
}

Download raw JSONL data for statically-typed meaning in All languages combined (2.2kB)


This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-12-15 from the enwiktionary dump dated 2024-12-04 using wiktextract (8a39820 and 4401a4c). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.