ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
Braedon has joined #zig
tiehuis has joined #zig
<tiehuis>
in the process of revisting a big number library, should be finished in a week or so
qazo has quit [Ping timeout: 260 seconds]
tiehuis has quit [Quit: WeeChat 2.1]
qazo has joined #zig
isd has joined #zig
crimson_penguin has quit [Ping timeout: 260 seconds]
crimson_penguin has joined #zig
crimson_penguin has joined #zig
crimson_penguin has quit [Changing host]
qazo has quit [Read error: Connection reset by peer]
alpha1220 has joined #zig
alpha1220 has quit [Quit: Page closed]
davr0s has joined #zig
jab has quit [Ping timeout: 240 seconds]
alpha1220 has joined #zig
<alpha1220>
Does zig support multi-methods? Or is there any example of visitor pattern in zig? I was planning to do `Crafting Interpreters` in zig.
alpha1220 has quit [Client Quit]
isd has quit [Quit: Leaving.]
alpha1220 has joined #zig
<alpha1220>
Also, are there macos master builds available for download? The download page lists only homebrew which I believe is the stable build?
alpha1220 has quit [Client Quit]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
jjido has joined #zig
jjido has quit [Client Quit]
Braedon has quit [Ping timeout: 260 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alpha1220 has joined #zig
<alpha1220>
Can zig compile to android? If yes, how? I tried `--target-environ android --target-arch armv7`. Then adb'ed the binary to the device. And I get a segmentation fault.