Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Prolog - Is Prolog a compiler or interpreter?

Answer

Prolog, as a programming language, can be implemented either through a Prolog compiler or a Prolog interpreter. In fact, most Prolog implementations employ a blend of these methods, compiling to abstract machine code before interpreting it.