ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
scientes has quit [Remote host closed the connection]
darithorn has joined #zig
wink_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
karlguy has joined #zig
davr0s has quit [Read error: Connection reset by peer]
darithorn has quit []
wilsonk has quit [Read error: Connection reset by peer]
darithorn has joined #zig
wilsonk has joined #zig
scientes has joined #zig
karlguy has quit [Ping timeout: 260 seconds]
_whitelogger has joined #zig
ManDeJan has joined #zig
davr0s has joined #zig
ManDeJan has quit [Ping timeout: 252 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_whitelogger has joined #zig
karlguy has joined #zig
karlguy has quit [Ping timeout: 244 seconds]
davr0s has joined #zig
MajorLag has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
return0e has quit [Read error: Connection reset by peer]
return0e has joined #zig
very-mediocre has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
porky11 has joined #zig
wink_ has joined #zig
wink_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
halosghost has joined #zig
halosghost has left #zig [#zig]
wink_ has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
very-mediocre has quit [Ping timeout: 256 seconds]
Ichorio has joined #zig
darithorn has joined #zig
doctorgester has joined #zig
<doctorgester> Hi folks, I've got a question: is there a reason to why all built-in functions are prefixed with a @? As in: why would you need to distinguish them from regular functions at a glance?
<andrewrk> doctorgester, it helps you read code quickly
<andrewrk> you don't have to know the whole set of compiler builtin function to know whether a function is a compiler builtin or not
nornagon has quit [Quit: The Lounge - https://thelounge.github.io]
<andrewrk> pancake, to follow up from our conversation yesterday
<andrewrk> zig build-exe ../example/hello_world/hello.zig --release-small --strip --static
<andrewrk> ls -hl hello
davr0s has joined #zig
<andrewrk> 9.2K
doctorgester has quit [Ping timeout: 264 seconds]
<andrewrk> I solved the issue that I mentioned, plus disabled PIC when building a static exe
karlguy has joined #zig
karlguy has quit [Ping timeout: 252 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
darithorn has quit []
davr0s has joined #zig
darithorn has joined #zig
<andrewrk> doctorgester, forgot to add, it's also a namespace. so we don't need something like `__builtin_` prefixing all the functions
<andrewrk> and the addition and removal of compiler builtin functions is non-breaking
<andrewrk> *just addition is non-breaking
karlguy has joined #zig
porky11 has quit [Quit: Leaving]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
doctorgester has joined #zig
Ichorio has quit [Quit: Leaving]
doctorgester has quit [Ping timeout: 245 seconds]
davr0s has joined #zig
darithorn has quit []