Live data from Hacker News

Why Learn Prolog in 2021?

dstrohmaier.com

1–10 of 171 posts

Re: Why Learn Prolog in 2021?

#7

Prolog is very bad to learn.

It can be hard to learn, as it's a bit mind bending to think about writing programs more as objectives and relations, than as imperative code. But it's certainly not bad to learn. It's helped me out a few times over the years, using it directly or using the ideas of it for a specific application (sort of a Greenspun's tenth rule applied to Prolog).

Re: Why Learn Prolog in 2021?

#10

This inspired me. What's the best book for modern prolog?

I recently started going through the book Thinking as Computation: A First Course by Hector Levesque, and I am finding it rather nice. It goes slow, but I like slow. It uses Prolog as the computational implementation of the thesis that presents thinking as computation.

https://mitpress.mit.edu/books/thinking-computation

Other books I have but haven't gone through yet are Adventure in Prolog and The Art of Prolog.

Post reply on HN