Comment on Ask HN: Why is math so obsessed with ancient syntax and frameworks?parentComments−sold13yYou might try a functional language such as Haskell. It allows you to feel denotational semantics (common in mathematics), rather than operational semantics (common in imperative programming).
Comments
You might try a functional language such as Haskell. It allows you to feel denotational semantics (common in mathematics), rather than operational semantics (common in imperative programming).