Difference between logic programming and functional programming

前端 未结 8 1056
萌比男神i
萌比男神i 2021-01-29 22:56

I have been reading many articles trying to understand the difference between functional and logic programming, but the only deduction I have been able to make so far is that lo

8条回答
  •  情书的邮戳
    2021-01-29 23:37

    I think the difference is this:

    • imperative programming=modelling actions
    • function programming=modelling reasoning
    • logic programming =modelling knowledge

    choose what fits your mind best

提交回复
热议问题