Hacker News new | past | comments | ask | show | jobs | submit login

Well, I imagine you'll be happy to know that some of us have begun IPFS implementation in Rust: https://github.com/ipfs-rust/rust-ipfs



Definitely a much better choice


Can you elaborate why you think Rust is a better choice?


I would have said that for any statically typed language.

It simply leads to more robust software because compiler rejects large set of incorrect programs that would otherwise end up in production. Your test coverage has to be much larger just to verify that your program is sane on the most basic level.

Rusts compiler is even stricter than most.

Not to mention resilience to change, JS is simply a blunder




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: