All Questions
Tagged with functional-programming logic-programming
3 questions
2
votes
3
answers
844
views
Logic Programming(Unification) vs List Comprehensions (in Functional Programming)
I found this answer on StackOverflow very clear to explain the difference beween the Logic Programming paradigm and the Functional Programming paradigm:
The thing that makes logical append different ...
2
votes
0
answers
122
views
What makes the functional and logic programming paradigms well suited for programming AI? [duplicate]
I have been researching different programming paradigms. I have found a lot of people saying that one of the areas where logic and functional programming are particularly good is programming AI, but I ...
15
votes
1
answer
6k
views
Is the Mercury Programming Language used in the field?
I've strong interests in Functional and Logic programming and Mercury seems like a good blend of the two. Is it used in industry at all? I'm one to learn a language just for the fun of it but it would ...