Content deleted Content added
added macOS to compatible operating systems |
Alexflatter (talk | contribs) No edit summary |
||
Line 3:
| name = Zig
| logo = Zig logo 2020.svg
| logo_size = 180px
| paradigms = [[Multi-paradigm]]: [[Imperative programming|imperative]], [[Concurrent computing|concurrent]], [[Procedural programming|procedural]], [[Functional programming|functional]]
| designer = Andrew Kelley
Line 16 ⟶ 17:
| license = [[MIT License|MIT]]
| file ext = .zig, .zir, .zigr, .zon
| website = {{
| influenced by = [[C (programming language)|C]], [[C++]], [[LLVM IR]], [[Go (programming language)|Go]], [[Rust (programming language)|Rust]]<ref>{{cite web | url=https://news.ycombinator.com/item?id=37447780 | title=What are the pros and cons of Zig vs Rust? I see Zig mentioned more and more her... | Hacker News }}</ref>
<ref>{{cite web | url=https://ziglang.org/learn/why_zig_rust_d_cpp/ | title=Why Zig when There is Already C++, D, and Rust? ⚡ Zig Programming Language }}</ref>
Line 27 ⟶ 28:
<ref>{{cite web | url=https://blog.lohr.dev/after-a-day-of-programming-in-zig | title=After a day of programming in Zig | date=29 December 2023 }}</ref>
}}
'''Zig''' (Also known as Ziglang)<ref>{{Cite web |title=Home ⚡ Zig Programming Language |url=https://ziglang.org/ |access-date=2024-12-31 |website=ziglang.org}}</ref> is an [[Imperative programming|imperative]], [[General-purpose programming language|general-purpose]], [[statically typed]], [[Compiled language|compiled]] [[System programming language|system]] [[programming language]] designed by Andrew Kelley.<ref>{{Cite web |date=2021-10-19 |title=Taking the warts off C, with Andrew Kelley, creator of the Zig programming language |url=https://sourcegraph.com/podcast/andrew-kelley |access-date=2024-04-18 |website=Sourcegraph |language=en}}</ref> It is [[free and open-source software]], released under an [[MIT License]].<ref>{{Cite web|url=https://github.com/ziglang/zig|title=ziglang/zig|website=GitHub|language=en|access-date=2020-02-11}}</ref>
|