←back to thread

Learn Prolog Now

(lpn.swi-prolog.org)
205 points rramadass | 1 comments | | HN request time: 0.206s | source
Show context
DeathArrow ◴[] No.45902360[source]
What kind of problems is Prolog helping to solve besides GOFAI, theorem proving and computational linguistics?
replies(6): >>45902548 #>>45902628 #>>45902748 #>>45903095 #>>45903872 #>>45905735 #
1. glkindlmann ◴[] No.45902548[source]
Others have more complete answers, but the value for me of learning Prolog (in college) was being awakened to a refreshingly different way of expressing a program. Instead of saying "do this and this and this", you say "here's what it would mean for the program to be done".