←back to thread

348 points giuliomagnifico | 1 comments | | HN request time: 0.194s | source
Show context
anthk ◴[] No.46243905[source]
Why not Go? It's more portable.
replies(7): >>46243939 #>>46243943 #>>46243983 #>>46244203 #>>46244559 #>>46262087 #>>46262252 #
1. timeon ◴[] No.46262252[source]
This is legit question, especially for Tor binaries.

Advantage of Rust (or original C implementation) is for users that do not have runtime and want to import Tor libraries (like arti-client) in their code. Go could work but those unmanaged languages are better here. So in the end Rust (or C, C++ etc.) can serve more user-cases.