Earlier quoted context omitted.
> 1. As a developer, I couldn't care less about making your life easier at the expense of making mine more difficult. Great, and nobody said you had to. If someone likes your application enough and they want to get it packaged they will - personally, however, ease of packaging is something that makes or breaks whether I "like" something - which is why as much as I love Mumble I'm not putting any effort in to revive i…
> same goes with Mozilla and Rust. Dynamic linking in Rust is as easy as passing in a single compiler flag, which is what I expect distro package managers will do when building packages written in Rust.
Re: Nginx 1.9.11 with Dynamic Modules
#61Big problem is Rust's name-mangling, it makes it extremely hard to provide a consistent ABI so dynamic linking doesn't even work half the time without having to rebuild everything - last I checked, maybe it's gotten better?