Content deleted Content added
Add field for memory management |
Cobalt pen (talk | contribs) No edit summary |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 5:
== Syntax ==
{{
|name=''name'' |logo={{{logo}}} |logo caption |screenshot={{{screenshot}}} |screenshot caption
|paradigm=''paradigm'' {{smaller|or}} ''paradigms''
Line 17:
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox programming language
| name =
| logo =
| logo caption =
| collapsible = <!-- to make screenshot collapsible -->
| screenshot = <!--
| screenshot caption =
| sampleCode =
| paradigm =
| family =
| designer =
| developer =
| released =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
Line 43:
| file ext =
| file format = <!-- or: | file formats = -->
| website =
| implementations =
| dialects =
Line 69:
| latest_preview_version = 3.5.0b3 / {{Start date and age|2015|07|05|df=yes}}
| typing = [[Duck typing|Duck]], [[dynamic typing|dynamic]], [[strong typing|strong]], [[gradual typing|gradual]] (as of Python 3.5)
| memory management = [[Garbage collection (computer science)|garbage collected]]
| implementations = [[CPython]], [[IronPython]], [[Jython]], [[PyPy]]
| dialects = [[Cython]], [[RPython]], [[Stackless Python]]
Line 91:
| latest_preview_version = 3.5.0b3 / {{Start date|2015|07|05|df=yes}}
| typing = [[duck typing|duck]], [[dynamic typing|dynamic]], [[strong typing|strong]], [[gradual typing|gradual]] (as of Python 3.5)
| memory management = [[Garbage collection (computer science)|garbage collected]]
| implementations = [[CPython]], [[IronPython]], [[Jython]], [[PyPy]]
| dialects = [[Cython]], [[RPython]], [[Stackless Python]]
Line 102:
}}
</syntaxhighlight>
{{
===Parameters===
Line 127:
"type": "string",
"required": false,
"description": "Filename for the image; e.g., '
},
"logo size": {
Line 281:
"description": "Specifies the typing discipline implemented, used, or mandated"
},
},
"scope": {
"label": "Scope",
Line 413:
"latest preview date",
"typing",
"scope",
"implementations",
|