|
|
|
|
|
by phillipcarter
1046 days ago
|
|
> I just don't read code as I would a mathematical proof. That's fine, although I'd say that FP is probably just not for you. It's very much a style of programming that lends itself more towards "programming is akin to proofs" than "programming is about manipulating things on a von neumann architecture". Neither is an incorrect view of the world, but they do represent different ways of reasoning about things and it's better to use a language more suited towards one way of thinking. |
|
I think immutability is more about making it easier to reason about the code than mathematical proofs specifically.