The Wayback Machine - https://web.archive.org/web/20200912065910/https://github.com/andrewrk
Skip to content
Avatar

Highlights

Organizations

@NixOS @recursecenter @expressjs @LMMS @PistonDevelopers @PrismarineJS @ziglang

Sponsors

@Dbzruler72 @pennie-quinn @remeh @floopfloopfloopfloopfloop @sirodoht @tauoverpi @mohamedmoussa89 @sabberworm @nathanial @kooparse @cnasc @hendi @quanta

Sponsoring

@emilyxxie @wolfpld @awesomekling @richfelker

Pinned

  1. General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    Zig 6.6k 542

  2. C library for cross-platform real-time audio input and output

    C 1.2k 144

  3. Music player server with a web-based user interface.

    JavaScript 1.8k 128

  4. (unmaintained) recompiling NES roms into native executables

    Go 335 19

  5. multiplayer arcade game for bare metal Raspberry Pi 3 B+

    Zig 137 11

  6. "hello world" x86 kernel example

    Zig 73 13

3,361 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2020

Created a pull request in ziglang/zig that received 3 comments

move `zig cc`, `zig translate-c`, `zig libc`, main(), and linking from stage1 to stage2

build.zig: repair the ability to link against llvm, clang, and lld move the zig cc arg parsing logic to stage2 the preprocessor flag is still TODO …

+3,121 −1,324 3 comments

Created an issue in ziglang/zig that received 1 comment

add CLI options, `-fLLVM`, `-fLLD`, `-fClang` and their counterparts `-fno-LLVM`, `-fno-LLD`, `-fno-Clang`

There are 3 configuration values here. The default value is for zig to automatically decide whether to use any of these three projects or to use it…

1 comment
You can’t perform that action at this time.