Software Alternatives & Reviews

D (Programming Language) VS Zig

Compare D (Programming Language) VS Zig and see what are their differences

D (Programming Language) logo D (Programming Language)

D is a language with C-like syntax and static typing.

Zig logo Zig

Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.
  • D (Programming Language) Landing page
    Landing page //
    2023-05-09
  • Zig Landing page
    Landing page //
    2023-08-19

We recommend LibHunt Zig for discovery and comparisons of trending Zig projects.

D (Programming Language) videos

D Language Tutorial

Zig videos

UNHYPE: CRAZY COLLAB Braindead x REEBOK ZIG Kinetica II REVIEW

More videos:

  • Review - Reebok ZIG Kinetica REVIEW [Conor McGregor Shoes] - Durable Everyday Training Sneakers
  • Review - Zig Dynamica - Full Review

Category Popularity

0-100% (relative to D (Programming Language) and Zig)
Programming Language
42 42%
58% 58
OOP
43 43%
57% 57
Generic Programming Language
Development
100 100%
0% 0

User comments

Share your experience with using D (Programming Language) and Zig. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Zig should be more popular than D (Programming Language). It has been mentiond 143 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

D (Programming Language) mentions (54)

  • Berry is a ultra-lightweight dynamically typed embedded scripting language
    Show examples on the main web page. Try and find an AngelScript example. It's stupidly hard. Compare it to these web sites: https://dlang.org/ https://koka-lang.github.io/koka/doc/index.html https://vale.dev/ http://mu-script.org/ https://go.dev/ https://www.hylo-lang.org/ Sadly Rust fails this too but at least the Playground is only one click away. And Rust is mainstream anyway so it doesn't matter as much. I... - Source: Hacker News / 7 months ago
  • Small Joys with Odin
    >and D The D language, that is. https://dlang.org. - Source: Hacker News / 9 months ago
  • Red Programming Language
    You are both right it seems. GP seems to have omitted withour GC. Number one on your list could be Dlang no? Not affiliated. https://dlang.org/. - Source: Hacker News / 9 months ago
  • Is there a type-theoretical difference between generics and compile-time metaprogramming?
    Check out D. It has Turing-Complete templates with specialised static if, static foreach, version, and debug constructs, all as statements and declarations, as well as more general quasiquoting expressions and declarations with mixin (yes, that is the same as Ruby's, Python's or PHP's eval, but at compile-time; in fact you can import() files at compile-time too and write a compiler in user code that compiles... Source: 10 months ago
  • 'Switch' and 'Computed Goto'
    According to dlang.org, D declarations go right to left:. Source: about 1 year ago
View more

Zig mentions (143)

  • How to Write a PHP Extension with Zig?
    When writing code in a scripting language, sometimes you need that extra bit of performance (or maybe an async feature from Zig). - Source: dev.to / 15 days ago
  • Bun - The One Tool for All Your JavaScript/Typescript Project's Needs?
    NodeJS is by no means a slow runtime, it wouldn’t be so popular if it was. But compared to Bun, it’s slow. Bun was built from the ground up with speed in mind, using both JavascriptCore and Zig. The Bun team spent an enormous amount of time and energy trying to make Bun fast, including lots of profiling, benchmarking, and optimizations. - Source: dev.to / 23 days ago
  • Programming Language Checklist
    You may find Zig interesting: https://ziglang.org. The language is not C compatible but the tooling can compile C and C++ without hassle. - Source: Hacker News / 3 months ago
  • After a day of programming in Zig
    Zig describes itself as "... a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.". Sounds very generic, eh? - Source: dev.to / 4 months ago
  • MiniLang – C Succesor
    Rust is much more akin to C++ than C in terms of complexity. It's early but Zig[1] might fit the bill. [1] https://ziglang.org/. - Source: Hacker News / 4 months ago
View more

What are some alternatives?

When comparing D (Programming Language) and Zig, you can also consider the following products

C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation

Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.

Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...

V (programming language) - Simple, fast, safe, compiled language for developing maintainable software.

Crystal (programming language) - Programming language with Ruby-like syntax that compiles to efficient native code.

Rust - A safe, concurrent, practical language