An interesting argument that logic programming is overrated
The reason why logic programming is so rarely useful is that, essentially, core.logic is just a complex DSL for doing exhaustive search. Clojure already has an elegant, compact DSL for doing exhaustive search — it is called the for comprehension.
Leave a Reply
You must be logged in to post a comment.