73 lines
No EOL
5.2 KiB
HTML
73 lines
No EOL
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Prolog</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Prolog">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Prolog</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Prolog</div><div id="article">Prolog is a <a href="programming language.html" class="category">programming language</a> based around logical assertions.
|
|
The name is a shortened form of "PROgramming in LOGic".<p>Common Lisp implementations:<p><ul>
|
|
<li> LispWorks has a prolog implementation: <a href="http://www.lispworks.com/documentation/lw70/KW-U/html/kwprolog-u-104.htm">Common Prolog(KnowledgeWorks)</a>.<p></li>
|
|
<li> Allegro Common Lisp has a prolog implementation: <a href="http://www.franz.com/support/documentation/current/doc/prolog.html">Allegro Prolog</a>.<p></li>
|
|
<li> Peter Norvig's excellent <i>Paradigms of Artificial Intelligence Programming</i> (<a href="PAIP.html" class="internal">PAIP</a>) contains a Prolog interpreter/compiler in Common Lisp. Source code is available online: <a href="http://norvig.com/paip/README.html">http://norvig.com/paip/README.html</a><p></li>
|
|
<li> Paul Graham's <a href="On Lisp.html" class="internal">On Lisp</a> also contains a Prolog compiler.<p></li>
|
|
<li> <a href="Gambol.html" class="internal">Gambol</a> is a basic Prolog interpreter in Common Lisp.<p></li>
|
|
<li> <a href="Qi.html" class="internal">Qi</a> is a language extending common lisp with prolog capabilities, as well as optional and extensible static type-checking.<p></li>
|
|
<li> Hideyuki Nakashima wrote a Prolog interpreter that is available from the CMU AI repository: <a href="http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/prolog/impl/prolog/ppicl/0.html">http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/prolog/impl/prolog/ppicl/0.html</a> (circa 1988, may be a bit rusty)<p></li>
|
|
</ul><p><b>Pages in category 'prolog: </b><p><ul>
|
|
<li>
|
|
<a href="Gambol.html" class="internal">Gambol</a> -
|
|
<a href="https://github.com/wmannis/cl-gambol">Gambol</a> provides basic <a href="prolog.html" class="category">prolog</a>-like functionality for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="Poplog.html" class="internal">Poplog</a> -
|
|
Poplog is a multi-language programming system which includes its own <a href="Common Lisp implementation.html" class="category">Common Lisp implementation</a>, as well as Standard ML, Prolog, and Pop-11
|
|
</li>
|
|
<li>
|
|
<a href="Prolog Technology Theorem Prover.html" class="internal">Prolog Technology Theorem Prover</a> -
|
|
The Prolog Technology Theorem Prover (<a href="http://www.ai.sri.com/~stickel/pttp-1i.lisp">PTTP</a>) is an implementation (in <a href="Common Lisp.html" class="internal">Common Lisp</a>) of the model elimination theorem-proving procedure that extends <a href="Prolog.html" class="category">Prolog</a> to the full first-order predicate calculus
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Prolog.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Prolog">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Prolog">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Prolog&from-revision=3768217115">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |