Comparison of programming languages (array): Difference between revisions

Content deleted Content added
Remove "over 48", not really the right tone
DarthKitty (talk | contribs)
m improve accessibility by adding [scope] attribute to table headers
Line 14:
{| class="wikitable sortable"
|-
! Formatscope="col" !!| Languages
! Languages !!Size !! First !! Last
! scope="col" | Size
! scope="col" | First
! scope="col" | Last
|-
| [[Ada (programming language)|Ada]]
Line 153 ⟶ 156:
{| class="wikitable"
|-
! scope="col" | Format
! Format !! Languages
! Formatscope="col" !!| Languages
|-
| {{Mono|name'''['''index''']''' or name'''['''index<sub>1</sub>''',''' index<sub>2</sub>''']''' etc.}}
Line 229 ⟶ 233:
{| class="wikitable"
|-
! scope="col" | Format
! Format !! Languages
! scope="col" | Languages
|-
| {{Mono|name'''['''first''':'''last''']'''}}
Line 317 ⟶ 322:
{| class="sortable wikitable" style="text-align: center;"
|+
! scope="col" | [[Language]]
! scope="col" | [[Array data type#Index origin|Default<br>base index]]
! scope="col" | Specifiable<br>index type<ref name="cr16"/>
! scope="col" | Specifiable<br>base index
! scope="col" | [[bounds checking|Bound check]]
! scope="col" | [[array data type#Multi-dimensional arrays|Multidimensional]]
! scope="col" | Dynamically-sized
! scope="col" | [[array programming|Vectorized operations]]
|-
| [[Ada (programming language)|Ada]]
Line 879 ⟶ 884:
=== Mathematical matrix operations ===
{| class="wikitable" {{ts|wnw}}
! scope="col" | Language/<br>Library
! Language/<br>Library !! Create !! [[Determinant]] !! [[Transpose]] !! Element !! Column !! Row !! [[Eigenvalues]]
! scope="col" | Create
! scope="col" | [[Determinant]]
! scope="col" | [[Transpose]]
! scope="col" | Element
! scope="col" | Column
! scope="col" | Row
! scope="col" | [[Eigenvalues]]
|-
| [[APL (programming language)|APL]]