Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Prolog Meta-interpreters
212Likes
7,250Views
2021Apr 9
Interpretation is pervasive in computer science both from a theoretical and a practical perspective. Prolog is exceptionally well suited for writing interpreters and meta-interpreters, and this is the source of its unique power. Meta-interpreters allow us to change and extend all features of Prolog, and incorporate new logic dynamically in our applications. More information: https://www.metalevel.at/acomip/

Follow along using the transcript.

The Power of Prolog

6.2K subscribers