Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dkohlsdorf/Scalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Scalog A simple Prolog interpreter

  • Implements unifications, search and backwards chaining.
  • Also prolog lists are implemented.
  • In order to dive into the code check the tests.

Installation:

  • install scala
  • install sbt

Usage:

  • In the project directory
  • ./sbt
  • run examples/quicksort.pl "quicksort([3,2,1,2],Y)"

This will output:

  • true
  • Variable(Y) = 1 2 2 3

For more information

About

A very simple prolog implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /