30
alas
7y

Stale meme from /r/rust

Comments
  • 4
    Totally agree, I'm one of the idiots trying to port my Go code to Rust.
    And welcome to devRant!!
  • 4
    @byte Thanks! I'm actually doing the same thing. I'm porting a program that I wrote to predict snow days using a neural network from go to rust... Except I lost the source code over a year ago. Does that still count?
  • 2
    @alas you're reimplementing in Rust
    I say it counts. 👍
  • 1
    Is rust worth it for writing native system apps?
  • 0
    @hereiskkb unless you have to port/wrap a lot of external code, yes.
  • 0
    May i know why?
  • 0
    @harrizsb Mainly the safety and the zero cost abstractions, but also the package manager and build system.
Add Comment