Articles by Tag #tauprolog

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Simple Tau-Prolog program

Simple Tau-Prolog let session = pl.create(1000); let program = ` parent(john, mary). ...

Learn More 1 0Feb 10

Tau-Prolog : enhancing sample

Tau-Prolog is an implementation of Prolog in pure Javascript. Here is a basic example : // Create...

Learn More 0 0Feb 13