Remix.run Logo
airstrike 2 days ago

This rings true to me as well. I'm not sure what I get out of F# that I can't get from Rust, unless you specifically want .NET, which I don't.

UK-Al05 2 days ago | parent | next [-]

Less arduous memory management.

airstrike 2 days ago | parent [-]

I am not sure what you mean. My memory management for a recent 30k LOC app boils down to "thinking before cloning"

DeathArrow 2 days ago | parent | prev [-]

You get speed of development, productivity, lots of libraries. You get something that is easy to learn and understand.

airstrike a day ago | parent [-]

Lots of libraries if you want .NET, right? But if you don't, Rust has way more libraries

Speed of development is debatable. I think you can be pretty fast with both.

Easy to learn I concede but it gets easier with time, until it becomes very easy