Can anyone on the forums program in Prolog? If so, reply back ASAP.
(For those that don't know, it's a logic-based language with no while or for loops, no if statements, only recursion. Lots and lots of recursion for the most trival of tasks. I spent all day trying to delete all instances from a list (array) A, from a list B and storing the result in list C and I still can't do it)
(For those that don't know, it's a logic-based language with no while or for loops, no if statements, only recursion. Lots and lots of recursion for the most trival of tasks. I spent all day trying to delete all instances from a list (array) A, from a list B and storing the result in list C and I still can't do it)