Path to this page:
Subject: CVS commit: pkgsrc/lang/zig
From: Maya Rashish
Date: 2019-02-17 13:33:40
Message id: 20190217123341.1DA31FB16@cvs.NetBSD.org
Log Message:
Add zig 0.3.0.20190217
Zig is an open-source programming language designed for robustness,
optimality, and clarity.
* Robust - behavior is correct even for edge cases such as out
of memory.
* Optimal - write programs the best way they can
behave and perform.
* Clear - precisely communicate your intent
to the compiler and other programmers. The language imposes a
low overhead to reading code.
Files: