←back to thread

Open-source Zig book

(www.zigbook.net)
692 points rudedogg | 3 comments | | HN request time: 0.631s | source
Show context
virajk_31 ◴[] No.45952121[source]
Folks! do I really need learn Zig? I am already good with Rust!!
replies(3): >>45952129 #>>45952219 #>>45952522 #
1. epolanski ◴[] No.45952129[source]
Bar C if you're into system's programming there's no language you *need* to learn.
replies(1): >>45952201 #
2. virajk_31 ◴[] No.45952201[source]
Partially agree on this, std lib/crates and ease of use do make a difference (this is not even the main reason to use Rust), though Rust certainly has its own headaches. (Imagine searching for someone's implementation of HashedMap on github or using dedicated packages like glib, when you get it easily at crates.io). Again this is subjective based on use cases.
replies(1): >>45956283 #
3. epolanski ◴[] No.45956283[source]
Not much for authoring new code as much as reading it, it's the lingua franca.