How does functional programming apply to simulations?

后端 未结 6 438
情深已故
情深已故 2021-01-31 05:11

Besides the general question in the title,

  • How do functional programmers and functional languages approach the domain of simulations, which seem to be most natural
6条回答
  •  情歌与酒
    2021-01-31 05:42

    To complement the other answers: There is a discipline called Functional Reactive Programming that addresses the issue of functional representation of systems that change in time and react to outer events. See

    • What is (functional) reactive programming?
    • Is functional GUI programming possible?
    • Functional Reactive Programming at The Haskell Wiki.

提交回复
热议问题