Освітні матеріали

Освітні матеріали

12 bookmarks
Custom sorting
Game Programming in Prolog - Part 1
Game Programming in Prolog - Part 1
This article explains how a game can be made in Prolog by leveraging the hidden power of logic programming. Inspired by the elegance of data-driven design and declarative programming paradigms, I will be explaining a new way of designing game rules which can at the same time be used as the source code of the gameplay system itself.
·thingspool.net·
Game Programming in Prolog - Part 1
A Tour of Prolog
A Tour of Prolog
Let's take a look at Prolog's greatest attractions and most unique features! In addition to being an excellent database and query language, Prolog is uniquely suited for processing rules, reasoning about strings, and solving combinatorial problems. Rewriting code at compilation time, a feature called macros in other languages, is easily possible in Prolog. Prolog's implicit mechanisms allow exceptionally concise meta-interpreters. These features make Prolog a very attractive language for writing interpreters and other complex applications.
·youtube.com·
A Tour of Prolog