Software Alternatives & Reviews

WebAssembly with Zig, Part 1

Zig LLVM
  1. 1

    Zig

    Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.
    Pricing:
    • Open Source
    A simpler language exists, named Zig. Zig is a newish language that still hasn't hit a 1.0 milestone release quite yet, it's currently at 0.9.1. But Zig is, in my eyes, a very good language. It's plain, it's simple, and you can read through the documentation pretty easily. It lends itself to classic C, and borrows ideas from other languages in a few places.

    #Programming Language #OOP #Generic Programming Language 143 social mentions

  2. 2
    LLVM is a compiler infrastructure designed for compile-time, link-time, run-time, and...
    Pricing:
    • Open Source
    The beauty behind Zig is that it supports many cross-platform targets by using shims from LLVM, and almost any platform that LLVM supports, Zig will support. Let's try to write some Zig code now to add two signed integer numbers.

    #IDE #Project Management #Email Marketing 52 social mentions

Discuss: WebAssembly with Zig, Part 1

Log in or Post with