The Power of Prolog
metalevel.at
The Power of Prolog
1–10 of 162 posts
Re: The Power of Prolog
#2This book has been discussed on HN about one year ago:
https://news.ycombinator.com/item?id=14045987
Since then, I have added the following new chapters:
Prolog Business Cases: https://www.metalevel.at/prolog/business
Sorting and Searching: https://www.metalevel.at/prolog/sorting
Cryptography with Prolog: https://www.metalevel.at/prolog/cryptography
Engineering Aspects: https://www.metalevel.at/prolog/engineering
Artificial Intelligence with Prolog: https://www.metalevel.at/prolog/ai
I have also made many improvements and additions to the other chapters.
Also, I have made almost everything available in a public git repository so that you can track the book's progress and view it offline:
https://github.com/triska/the-power-of-prolog
It is my sincere hope that you find this material useful, and I welcome all suggestions and comments.
Also, thank you very much to all readers for the extremely constructive feedback that I have received in the past year. Your comments have made this work especially worthwhile.
Enjoy!
Re: The Power of Prolog
#3Thank you very much for the publicity, I greatly appreciate it! This book has been discussed on HN about one year ago: https://news.ycombinator.com/item?id=14045987 Since then, I have added the following new chapters: Prolog Business Cases: https://www.metalevel.at/prolog/business Sorting and Searching: https://www.metalevel.at/prolog/sorting Cryptography with Prolog: https://www.metalevel.at/prolog/cryptography Engi…
Re: The Power of Prolog
#4Thank you very much for the publicity, I greatly appreciate it! This book has been discussed on HN about one year ago: https://news.ycombinator.com/item?id=14045987 Since then, I have added the following new chapters: Prolog Business Cases: https://www.metalevel.at/prolog/business Sorting and Searching: https://www.metalevel.at/prolog/sorting Cryptography with Prolog: https://www.metalevel.at/prolog/cryptography Engi…
Very nice book. Do you know what companies are using prolog commercially?
Regarding companies that use Prolog, here are a few examples:
A third of all airline traffic is handled by systems that run SICStus Prolog:
https://www.sics.se/projects/sicstus-prolog-leading-prolog-t...
A large portion of the New Zealand stock exchange is powered by Prolog:
https://dtai.cs.kuleuven.be/CHR/files/Elston_SecuritEase.pdf
Oracle uses Prolog in the JVM specification:
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-0-pr...
IBM has used Prolog for natural language processing in Watson:
https://www.cs.nmsu.edu/ALP/2011/03/natural-language-process...
RedPrairie uses SICStus Prolog for optimization tasks.
Prolog is used for voice processing on the International Space Station.
Re: The Power of Prolog
#5Thank you very much for the publicity, I greatly appreciate it! This book has been discussed on HN about one year ago: https://news.ycombinator.com/item?id=14045987 Since then, I have added the following new chapters: Prolog Business Cases: https://www.metalevel.at/prolog/business Sorting and Searching: https://www.metalevel.at/prolog/sorting Cryptography with Prolog: https://www.metalevel.at/prolog/cryptography Engi…
Very nice book. Do you know what companies are using prolog commercially?
One that was new and interesting to me is that gerritcodereview (by Google) is written in Prolog.
Re: The Power of Prolog
#6Thank you very much for the publicity, I greatly appreciate it! This book has been discussed on HN about one year ago: https://news.ycombinator.com/item?id=14045987 Since then, I have added the following new chapters: Prolog Business Cases: https://www.metalevel.at/prolog/business Sorting and Searching: https://www.metalevel.at/prolog/sorting Cryptography with Prolog: https://www.metalevel.at/prolog/cryptography Engi…
Very nice book. Do you know what companies are using prolog commercially?
Re: The Power of Prolog
#7Re: The Power of Prolog
#8Earlier quoted context omitted.
Very nice book. Do you know what companies are using prolog commercially?
Thank you for the kind words! Regarding companies that use Prolog, here are a few examples: A third of all airline traffic is handled by systems that run SICStus Prolog: https://www.sics.se/projects/sicstus-prolog-leading-prolog-t... A large portion of the New Zealand stock exchange is powered by Prolog: https://dtai.cs.kuleuven.be/CHR/files/Elston_SecuritEase.pdf Oracle uses Prolog in the JVM specification: https://…
Re: The Power of Prolog
#9Re: The Power of Prolog
#10Very good material. Prolog (or the ideas behind it) really needs a resurgence.