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 ...
nostrich 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.
2
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...