7 votes

Writing the same CLI application twice using Go and Rust: a personal experience

2 comments

  1. teaearlgraycold
    Link
    As someone that's written a few small projects in Rust, I feel the same way. Any time I encounter lifetimes in my own data types I work around them until the compiler no longer requires me to...

    I still don't understand very well how lifetimes work in Rust, and it can get quite frustrating if you ever try to deal with it.

    As someone that's written a few small projects in Rust, I feel the same way. Any time I encounter lifetimes in my own data types I work around them until the compiler no longer requires me to specify lifetimes and leave myself just as ignorant as I started.

    7 votes