# HG changeset patch # User Steve Losh # Date 1471733061 0 # Node ID accf86e5f952fe6a7e33800bf690f3a53755ca80 # Parent 6a8c03807d0664ef7478d0b195859feba0388e8f temperance: Update site. diff -r 6a8c03807d06 -r accf86e5f952 temperance/index.html --- a/temperance/index.html Sat Aug 20 22:32:15 2016 +0000 +++ b/temperance/index.html Sat Aug 20 22:44:21 2016 +0000 @@ -14,7 +14,21 @@

Temperance is a logic programming library for Common Lisp.

Temperance is still in development, don't actually try to use this for -anything yet. It should be usable by mid-2016.

+anything important yet. It should be stable by the end of 2016.

+

+

Temperance is an implementation of the Warren Abstract Machine in Common +Lisp, designed to let you write Lispy Prolog. Its main goals are:

+ +

Temperance was made with [General Game Playing][] in mind (hence the focus on +performance), but should be useful for anything you might normally use Prolog +for.

-

Table of Contents

  1. Installation
  2. Overview
  3. API Reference
  4. Changelog
+

License

+

Copyright 2016 Steve Losh and contributors. Licensed as MIT/X11.

Table of Contents

  1. Installation
  2. Overview
  3. API Reference
  4. Changelog