ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
_whitelogger has joined #zig
return0e has quit [Remote host closed the connection]
return0e has joined #zig
_whitelogger has joined #zig
return0e has quit [Remote host closed the connection]
<darithorn>
there's not really any official tutorial besides those examples, and be wary of any older tutorial because zig has gone through a few syntax changes since they've been written
<josh3>
Thank you. I'll check out the examples and come back if something is not clear to me :)
<DutchGh0st>
You can always ask questions here :)
<DutchGh0st>
How did you get to know zig, josh3?
return0xe has joined #zig
return0e has quit [Ping timeout: 272 seconds]
<josh3>
I am looking for an alternative to C, but I need the Xlib and Xt libraries (C bindings). I found Zig on http://fll.presidentbeef.com/
<DutchGh0st>
ah okey!
<DutchGh0st>
I have not called C functions in Zig yet
<DutchGh0st>
I have called Zig from Rust tho hahaha
<DutchGh0st>
well, Zig compiled to a .lib file, and than importing that in Rust again, so it all works with the C abi