Draft:Odin (programming language): Difference between revisions

Content deleted Content added
Ncfishy (talk | contribs)
Submitting using AfC-submit-wizard
mNo edit summary
Line 145:
 
==Comparisons with other languages==
The syntax of Odin partially 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=2022-09-21}}</ref> with many adjustments.
 
Compared to C, Odin:
Line 158:
* Has [[manual memory management]]<ref>{{cite web | url=https://dev.to/patrickodacre/low-level-programming-with-odin-lang-perfect-for-beginners-5cc3 | title=Low-Level Programming with Odin Lang - Perfect for Beginners }}</ref>
* Does not have interfaces
* Lacks language-level concurrency primitives, but implements them as part of its core library
 
==Notable software built with Odin==