guys! I'm into logic and philosophy of language applied to psychology. stumbled on this site from googling prolog! please, can you recommend a programming Prolog video intro for me? And subsequent todo (applied) videos I can follow. I'm interested in programming (my undergrad is cs) immediately and applying Prolog to write psycho-philosophical case studies.
shawa_a_a|1 year ago
https://www.metalevel.at/prolog
The Power of Prolog is an extremely in depth, comprehensive introduction that starts right from fundamentals, and goes into some pretty advanced topics. It’s a really great resource, with well-produced accompanying videos, and leans into properly grokking the language and the “Prolog way” of problem solving.
I’d make a meta point that learning Prolog and forcing yourself to solve problems the “prolog way” serves as a great exercise in understanding the importance of using the right tool for the job, and working with, rather than in spite of , your tools.
TheMatten|1 year ago
Specifically, this online book (mentioned in that discussion) may be a good resource, I've used author's content as a reference several times: https://www.metalevel.at/prolog
vaguetruth|1 year ago
Thanks for the online book recommendation!!
Rochus|1 year ago
usgroup|1 year ago
There isn't much to read; you mostly have to spend your time thinking about implications.
It'll quickly test how into logic you really are :-)
Good luck.
vaguetruth|1 year ago