Draft:Odin (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 58:
 
== Design ==
Odin is designed to be an alternative for the [[C_(programming_language)|C programming language]]<ref>{{cite web |title=Introducing Odin Lang (Japanese) |url=https://qiita.com/sh1so6/items/40bdda93d6fa2f094fd7 |website=Qiita |access-date=2019-09-29}}</ref><ref>{{cite web |title=Why I like Odin |url=https://hasenjudy.wordpress.com/2022/08/25/odin-praise/ |website=Hasen |access-date=2022-08-25}}</ref> to achieve the "high performance" on "modern systems"<ref>https://odin-lang.org/</ref><ref>https://www.c3-lang.org/compare/#odin</ref>, with features like compile-time [[parametric polymorphism]], [[array programming]], and [[Type_introspection|runtime reflection]].
 
=== Syntax ===