ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
<benzrf>
>kernel ABI facing Go code
<benzrf>
that's possible?!
<benzrf>
i thought Go was, like, Java-level
<MajorLag_>
Totally possible. It's got a garbage collector, but it's a compiled language (statically by default even).
<MajorLag_>
You can just call syscalls directly.
tjpalmer has joined #zig
<benzrf>
heuh
cenomla has joined #zig
MajorLag_ has quit [Ping timeout: 260 seconds]
tjpalmer has quit [Ping timeout: 260 seconds]
cenomla has quit [Quit: cenomla]
<GitHub87>
[zig] tiehuis opened pull request #729: Improve documentation styling for mobile devices (master...www-changes) https://git.io/vN9uf
<andrewrk>
is there another piece of info we could include?
MajorLag_ has quit [Ping timeout: 260 seconds]
MajorLag_ has joined #zig
<MajorLag_>
If possible, a source line number would help. Or even just the name of the function it occurred in. I get that it only comes up because of the lack of debug info in this instance.
<MajorLag_>
Is there a way to get a float type's epsilon like there is an int type's min/max?
<andrewrk>
I think we have some constants in std.math