Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Bitcoin brainwallet implementation in Rust
by
ETFbitcoin
on 12/11/2021, 11:24:37 UTC
⭐ Merited by pooya87 (1)
I think Rust is a good choice for writing blockchain related code. Typesafe and fast like C++, but the Rust compiler is much better. Together with the borrowing memory concept it is really hard to write code which crashes, or has memory leaks or undefined behavior at runtime, which is no problem at all with C++.

Your post remind me of this discussion, [meta] Rust in Bitcoin reference implementation.

That is not a python specific problem.
yes it is. python is a very good example of how that whole thing can really get out of hand. i doubt other software programming languages have this issue to that degree whatsoever other than Rust of course since the OP mentioned it kind of has that issue  Shocked

You should try installing software which use NodeJS/npm Roll Eyes