Skip to content
#

Zig

zig logo

Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.

Here are 362 public repositories matching this topic...

alexnask
alexnask commented May 7, 2020

Sooner or later we will need to add tests to check for regressions.

I propose the following three kinds of tests:

  • Function unit tests (mainly for the parsing functions)
  • I/O testing: simulate a client sending requests from a different process and check the responses are correct
  • Internal state testing: simulate a client sending requests from a different process and check our intern
jcharbon-nd
jcharbon-nd commented Apr 15, 2020

In the interest of adding additional ideas for "good first issues", I would like to recommend potential new zig users to look into adding new flags for our applets. Please remove this issue if this post is redundant, but I think it is a good issue to have up for a general task/reminder.

One flag I would love to see implemented is colored formatting for ls, but there are many possible flags th

Created by Andrew Kelley

Released February 2016

Repository
ziglang/zig
Website
ziglang.org
Wikipedia
Wikipedia