cl-gambol icon indicating copy to clipboard operation
cl-gambol copied to clipboard

Basic Prolog functionality for Common Lisp

Results 1 cl-gambol issues
Sort by recently updated
recently updated
newest added

The zebra problem in prolog is: ``` prolog /* -*- Mode: prolog -*- * * This file for benchmarking against SWI Prolog. */ nextto(X, Y, List) :- iright(X, Y, List)....

question