|
|
|
|
|
by osm3000
220 days ago
|
|
I studied prolog back in 2014. It was used in AI course. I found it very confusing: trying to code A*, N-Queens, or anything in it was just too much.
Python, in contrast, was a god-send.
I failed the subject twice in my MSc (luckily passing the MSc was based on the total average), but did a similar course in UC Berkeley, with python: aced it, loved it, and learned a lot. Never again :D |
|
I believe your case (and many other students) is that you couldn't abstract yourself from imperative programming (python) into logic programming (prolog).