Tagged Questions

11
votes
3answers
177 views

What is the use of non short-circuiting boolean operators in Erlang?

I am learning Erlang from the LearnYouSomeErlang web-book. One thing that struck me while learning was the non short-circuiting boolean conjunction and disjunction operators viz; and and or. What are ...
11
votes
12answers
2k views

Why hasn't logic programming caught on?

As time goes by, it appears more and more like functional programming is having more of an effect on other programming languages. We're starting on Prolog in my AI class, and it seems like there are ...
5
votes
6answers
206 views

Non-Prolog logic programming

Are there any good non-Prolog or Prolog-based logic programming languages ? Who has or any good experience with it?
4
votes
3answers
215 views

Language for Logic Programming?

Is there any newer language than Prolog specialized for logical programming ?