Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 119:
====Matrix support====
A <code>matrix</code> is a [[Matrix_(mathematics)|mathematical type]] built into Odin<ref>{{cite web |title=A review of the Odin programming language |url=https://graphitemaster.github.io/odin_review |website=graphitemaster |access-date=10 September 2022}}</ref>. It is a regular array of numbers, arranged in rows and columns. Odin's matrix support allows for ''matrix-array and matrix-matrix operations'' making it a [[Basic_Linear_Algebra_Subprograms#Level_3|Level 3 Basic Linear Algebra Subprogram]]ing language.
<syntaxhighlight lang="text">
Line 143:
==Comparisons with other languages==
The syntax of Odin resembles [[Go (programming language)#Syntax|Go]]'s syntax<ref>{{cite web |title=Low-Level Programming with Odin Lang |url=https://dev.to/patrickodacre/low-level-programming-with-odin-lang-perfect-for-beginners-5cc3 |website=Dev |access-date=21 September 2022}}</ref> with many adjustments.
Compared to C, Odin:
|