zig

  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. 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...
Back
Top