Erik gives us through a brief introduction to Prolog, solving the Queen Attack exercise on Exercism, and exploring why it's an interesting language to explore.
Links:
Prolog track on Exercism: https://exercism.org/tracks/prolog/ex...
Great logic-based programming exercises:
https://exercism.org/tracks/prolog/ex...
https://exercism.org/tracks/prolog/ex...
https://exercism.org/tracks/prolog/ex...
https://exercism.org/tracks/prolog/ex...
SWI-Prolog Getting Started: http://www.swi-prolog.org/pldoc/man?s...
SWISH - An online Prolog REPL: http://swish.swi-prolog.org/
Tutorials and Resources: http://www.swi-prolog.org/Links.html
Learn Prolog Now: https://lpn.swi-prolog.org/lpnpage.ph...
The Power of Prolog: https://www.metalevel.at/prolog (including videos at https://www.metalevel.at/prolog/videos/)
99 Prolog Problems: https://sites.google.com/site/prologs...
Learn X in Y Minutes: https://learnxinyminutes.com/docs/pro...
Seven Languages in Seven Weeks by Bruce A. Tate - Chapter 4 (book): https://pragprog.com/book/btlang/seve...
Timestamps:
00:00 Welcome
00:36 Introduction
03:25 What makes Prolog great?
07:02 Standout features
12:22 Solving Queen Attack
32:00 Learning Resources
37:16 Closing Remarks