Should I Rust or Should I Go?
kerkour.com
Should I Rust or Should I Go?
1–10 of 178 posts
Re: Should I Rust or Should I Go?
#2Re: Should I Rust or Should I Go?
#3Re: Should I Rust or Should I Go?
#4Re: Should I Rust or Should I Go?
#5https://www.youtube.com/watch?v=p-tb1ZfkwgQ
The general gist of the video is the creator prefer Rust for functional programming and programs without much state and Go for everything else. As someone who's coming from a React background I don't see why if Rust is brilliant for functional programming why it can't also be good for programs with state if the right design decisions are taken to handle it - can you not just use a redux style store with actions and reducers?
Re: Should I Rust or Should I Go?
#6Re: Should I Rust or Should I Go?
#7Re: Should I Rust or Should I Go?
#8- Hard problems that have concurrency, performance issues, or have to be highly reliable such as a database - use Rust.
Re: Should I Rust or Should I Go?
#9I know HN isn't a fan of "middlebrow dismissal" but go on, read it and tell me it says anything beyond "I like red better than blue"
Re: Should I Rust or Should I Go?
#10Zig is also a good option for that, but the language is still in development.