On 2020-02-10 16:31, Brian Candler wrote: > p.s. Does anyone know how well Rust reads as this is highly important to > me? > > > I have read Rust described as being in the spirit of "pragmatic Haskell". > > https://jmmv.dev/2018/07/rust-vs-go.html > https://jmmv.dev/series.html#Rust%20review
Thanks for the links. I didn't realise rust was so c++ like. I don't like c++ much I also feel (whilst trying to consider my familiarity bias) like the following written in Go, would be far more readable! https://lib.rs/crates/unveil I worry that if more complex code is harder to understand then implementation bugs are unlikely to be found. In Go, I check code like AES-SIV to see what is going on before using it. I wonder if I would just blindly use crates, with Rust. Fairly sure now that it would take me longer to evaluate it. https://docs.rs/aes-siv/0.2.0/aes_siv/ https://docs.rs/aes-siv/0.2.0/src/aes_siv/siv.rs.html#1-310 Unveil came up very easily on Google though! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4a88b96a-b00e-1acc-b874-c23220f7dfc7%40gmail.com.