Draft:Odin (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
Rejecting submission: n - Topic is not notable (AFCH 0.9.1)
Line 1:
{{AFC submission|d|vn|u=Xplane80Ncfishy|ns=118|decliner=Artem.GS0091|declinets=2021112118354820230815193453|reason2reject=neoyes|ts=2021111800504720230815182138}} <!-- Do not remove this line! -->
{{Short description|Programming language}}
{{AFC submission|d|v|u=Xplane80|ns=118|decliner=Artem.G|declinets=20211121183548|reason2=neo|small=yes|ts=20211118005047}} <!-- Do not remove this line! -->
{{Draft topics|software|computing|technology}}
 
{{AfC topic|other}}
{{AFC comment|1=None of the sources used are reliable and/or independent and nothing suggests this can meet the notability guidelines. [[User:S0091|S0091]] ([[User talk:S0091|talk]]) 19:34, 15 August 2023 (UTC)}}
{{AfC submission|||ts=20230815182138|u=Ncfishy|ns=118}}
{{AFC submission|d|v|u=Xplane80|ns=118|decliner=Artem.G|declinets=20211121183548|reason2=neo|ts=20211118005047}} <!-- Do not remove this line! -->
 
{{AFC comment|1=of 9 refs 6 are from odin website, and 2 are youtube videos [[User:Artem.G|Artem.G]] ([[User talk:Artem.G|talk]]) 18:35, 21 November 2021 (UTC)}}
Line 9 ⟶ 8:
----
 
{{Short description|Programming language}}
 
{{Draft topics|software|computing|technology}}
{{AfC topic|other}}
 
{{Infobox programming language
Line 121 ⟶ 122:
 
====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=2022-09-10}}</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 161 ⟶ 162:
 
==Notable software built with Odin==
* [[EmberGen]], a real-time [[Voxel|volumetric]] [[Fluid_animation|fluid simulator]] by [[JangaFX]]<ref>{{cite web | url=https://jangafx.com/software/embergen/ | title=EmberGen: Real-Time Fluid Simulations for Fire, Smoke, and Explosions! }}</ref><ref>{{cite web | url=https://gamefromscratch.com/embergen-real-time-fluid-simulation-2/ | title=EmberGen Real-Time Fluid Simulation | date=9 May 2022 }}</ref><ref>{{cite web | url=https://www.allanmckay.com/289/ | title=Episode 289 - EmberGen | date=9 March 2021 }}</ref>.
 
==See also==