Damus
Mike Dilger ☑️ · 34w
I've been working on alt-tls. I have a lot of commits that haven't been pushed, which will push once I finish and test all the algorithms. Why? I want these things: 1) I want a pure-rust solution ...
sister_sam profile picture
I thought people did Rust, which has some challenges, principally for speed and for low level security. I had no idea that it was used for stable build environment. I am surprised. But if a stable build is wanted what is wrong with, I don't know, Java or maybe python.
3
Mike Dilger ☑️ · 34w
I program almost exclusively in rust. I like the low-level access, the low-level performance, and the security. Things that compile very often just work the first time. But I've also come to appreciate that things that compile on my machine compile on everybody else's machine too. However, I dr...
Hunter ₿eaṩt · 34w
Java and Python both have portability issues. Ever build Sparrow or Electrum from source?
Mike Dilger ☑️ · 34w
Also, from rust I can build interfaces for other languages like python, java, go, javascript, etc. I started coding in rust in 2014 or something like that, back around version 0.6 (I dabbled around version 0.4) and helped when they were defining the language for 1.0 release. Rust does have some ch...