Comment by UK-Al05

Comment by UK-Al05 2 days ago

0 replies

A language by making certain things harder makes the resulting code be built in a certain way.

F# makes mutable code harder to do, so you tend to write immutable code by default.