00:58
scientes has quit [Remote host closed the connection]
01:16
darithorn has joined #zig
02:50
karlguy has joined #zig
02:59
davr0s has quit [Read error: Connection reset by peer]
03:16
darithorn has quit []
03:21
wilsonk has quit [Read error: Connection reset by peer]
03:26
darithorn has joined #zig
03:30
wilsonk has joined #zig
03:43
scientes has joined #zig
03:47
karlguy has quit [Ping timeout: 260 seconds]
05:47
_whitelogger has joined #zig
07:19
ManDeJan has joined #zig
07:20
davr0s has joined #zig
07:37
ManDeJan has quit [Ping timeout: 252 seconds]
08:37
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:40
davr0s has joined #zig
09:45
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:11
_whitelogger has joined #zig
10:57
karlguy has joined #zig
11:11
karlguy has quit [Ping timeout: 244 seconds]
11:17
davr0s has joined #zig
12:16
MajorLag has joined #zig
12:51
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
13:05
davr0s has joined #zig
13:25
return0e has quit [Read error: Connection reset by peer]
13:26
return0e has joined #zig
14:03
very-mediocre has joined #zig
14:12
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:32
davr0s has joined #zig
14:41
porky11 has joined #zig
14:42
wink_ has joined #zig
15:37
halosghost has joined #zig
15:40
halosghost has left #zig [#zig]
15:45
wink_ has joined #zig
15:57
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:03
very-mediocre has quit [Ping timeout: 256 seconds]
16:34
Ichorio has joined #zig
16:38
darithorn has joined #zig
16:45
doctorgester has joined #zig
16:46
<
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?
16:48
<
andrewrk >
doctorgester, it helps you read code quickly
16:49
<
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
17:20
<
andrewrk >
pancake, to follow up from our conversation yesterday
17:21
<
andrewrk >
zig build-exe ../example/hello_world/hello.zig --release-small --strip --static
17:21
<
andrewrk >
ls -hl hello
17:21
davr0s has joined #zig
17:21
doctorgester has quit [Ping timeout: 264 seconds]
17:22
<
andrewrk >
I solved the issue that I mentioned, plus disabled PIC when building a static exe
17:35
karlguy has joined #zig
17:57
karlguy has quit [Ping timeout: 252 seconds]
18:19
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
18:40
darithorn has quit []
18:42
davr0s has joined #zig
19:34
darithorn has joined #zig
20:07
<
andrewrk >
doctorgester, forgot to add, it's also a namespace. so we don't need something like `__builtin_` prefixing all the functions
20:18
<
andrewrk >
and the addition and removal of compiler builtin functions is non-breaking
20:18
<
andrewrk >
*just addition is non-breaking
21:25
karlguy has joined #zig
22:17
porky11 has quit [Quit: Leaving]
22:21
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:31
doctorgester has joined #zig
22:59
Ichorio has quit [Quit: Leaving]
23:21
doctorgester has quit [Ping timeout: 245 seconds]
23:22
davr0s has joined #zig
23:59
darithorn has quit []