zig lang

  1. RetroComputingCollector

    Fadlangs in base.

    It seems like every three seconds someone suggests rewriting something in Rust, or Zig, or some other language that released five minutes ago that no-one cares about besides "langbros". I mean, FBSD works fine as it is. If FreeBSD added every new language when it was released, it would be a...
  2. sidetone

    Low-level programing languages & kernels

    Low level programming languages can be used as the basis of kernels and operating systems. Rust and Zig are two modern low level programming languages, which a few operating systems are made from. Zig is in the C family, while Rust is in its own family. The most advanced operating system from...
  3. Isoux

    ZIG programming language.

    Is there an affinity to use the ZIG programming language for BSD OS development as well as RUST? I'm in the middle of gradually rewriting the system C code of my hobby OS to ZIG code. I'm very happy with the "results" and easy implementation of Zig compilation unit to C/C++ projects...
  4. Alain De Vos

    Using zig-compiler to compile a nim-file or chicken-scheme-file to an executable

    The purpose is to demonstrate that you can use zig to compile a nim-file or chicken-scheme-file to an executable. Start by installing nim,zig,chicken-scheme: pkg install nim pkg install zig pkg install chicken5 Create a file written in nim language named "hello.nim" with contents: echo...
  5. sidetone

    Other Zig lang programming language

    Zig seems like a near ideal combination of C++, D and Rust. Ziglang: works around C has many safety and checking features of Rust syntax is C like and is simpler than C++ and Rust made for portability dependencies are simple: cmake, llvm12, ninja MIT licensed Hopefully lang/zig or something...
Back
Top