Skip to content
domna edited this page Sep 13, 2012 · 9 revisions

About Scalog

The idea behind Scalog

Scalog is an approach of using prolog code in scala source files directly. The syntax is quit similar to the one scala uses and enables an easy fusion between scala and prolog. The implementation currently used needs a prolog block defining some prolog terms. If the function is exported (you'll see later on how this works) it can be used as a simple scala function similar to any other scala function. In fact they're parsed to scala functions through the program. If you like to you can have a look at the Grammar.

Using Scalog

Comming soon...

Clone this wiki locally