• 1 Post
  • 10 Comments
Joined 25 days ago
cake
Cake day: January 24th, 2025

help-circle


  • I think once you get into rust you just have a hard time going back, and it doesn’t feel “hard” anymore. I can practically rust as easily as I can python for scripting and for API servers.

    Rust really only gets hard when doing library development IMO. That’s when you need lifetimes and well chosen types. But that’s also why Rust libraries are superb.