<?xml version="1.0"?>

<rss version="2.0">
<channel>
<title>LispWire</title>
<link>http://lispwire.com</link>
<description>New additions to LispWire.com</description>
<language>en-US</language>
<pubDate>Tue, 23 Aug 2005 22:34:04 GMT</pubDate>
<lastBuildDate>Tue, 23 Aug 2005 22:34:04 GMT</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>A Lisp Program, of course!</generator>
<webMaster>webmaster@franz.com</webMaster>
<item>
<title>Pubpics</title>
<link>http://lispwire.com/entry-photog-pubpics-des</link>
<guid isPermaLink="false">urn:uuid:394cb02f-67a9-44d4-5849-0050bf914ed0</guid>
<description>&lt;p&gt;
 Create thumbnail galleries of photos for easy viewing of photographs on the web.
&lt;/p&gt;</description>
<pubDate>Tue, 23 Aug 2005 22:34:04 GMT</pubDate>
</item>
<item>
<title>Lisa</title>
<link>http://lispwire.com/entry-ai-prod-lisa-des</link>
<guid isPermaLink="false">urn:uuid:03e8bef1-6f79-aa14-0c88-0050bf914ed0</guid>
<description>&lt;p&gt;
 Lisa is a production rule system for Common Lisp. Its purpose is to provide a foundation for the development of intelligent applications. Lisa employs a CLOS implementation of Rete and is based  on CLIPS and Jess.
&lt;/p&gt;</description>
<pubDate>Tue, 23 Aug 2005 17:27:43 GMT</pubDate>
</item>
<item>
<title>CL-SBML</title>
<link>http://lispwire.com/entry-bio-cl-sbml-des</link>
<guid isPermaLink="false">urn:uuid:7fde0988-1190-aca4-99d4-0050bf914ed0</guid>
<description>&lt;p&gt;
 CL-SBML is a Common Lisp library for the manipulation of &lt;a href="http://www.sbml.org"&gt;SBML&lt;/a&gt; data sources.
&lt;/p&gt;
 
&lt;p&gt;
 SBML is based on XML and therefore is relatively language-neutral. Nevertheless, the main language binding for SBML, &lt;a href="http://www.sbml.org/libsbml.html"&gt;libsbml&lt;/a&gt;, is based on C/C++. Language bindings for Python, and Perl are available, as well as Java.
&lt;/p&gt;
 
&lt;p&gt;
 CL-SBML provides a full blown 100% Common Lisp SBML manipulation toolkit.
&lt;/p&gt;</description>
<pubDate>Sun, 19 Jun 2005 15:32:40 GMT</pubDate>
</item>
<item>
<title>Environments Access</title>
<link>http://lispwire.com/entry-proganal-envaccess-des</link>
<guid isPermaLink="false">urn:uuid:a253047e-17e4-1ca4-f2fe-0050bf914ed0</guid>
<description>&lt;p&gt;
 Environments are essential to the correct compilation and evaluation of Common Lisp forms and programs.  However, environments are not first-class, in the sense that they cannot be easily examined and manipulated as can most other Common Lisp objects.  The Ansi X3J13 committee recognized this need, and attempted to define accessors and constructors for environment objects, but decided not to standardize them due to semantic difficulties.  At Franz Inc, we have created "Environments Access", a potential portable reference implementation of this functionality.
&lt;/p&gt;</description>
<pubDate>Sun, 19 Jun 2005 15:23:46 GMT</pubDate>
</item>
<item>
<title>Sheafhom</title>
<link>http://lispwire.com/entry-math-sheafhom-des</link>
<guid isPermaLink="false">urn:uuid:62c82dc4-c6f7-18d4-d023-0050bf914ed0</guid>
<description>&lt;p&gt;
 Sheafhom is a package for large-scale mathematical computations.  Its front end is a language for problems in algebraic topology and number theory.  These problems come down to large sparse systems of linear equations over integral domains, especially the integers.  Sheafhom's back end solves the sparse systems.
&lt;/p&gt;</description>
<pubDate>Wed, 25 May 2005 22:23:11 GMT</pubDate>
</item>
<item>
<title>NT Service</title>
<link>http://lispwire.com/entry-utils-ntservice-des</link>
<guid isPermaLink="false">urn:uuid:4e7089cc-fcc6-8a94-45cd-0050bf914ed0</guid>
<description>&lt;p&gt;
 Turn your Common Lisp app into a Windows NT/2000 service.
&lt;/p&gt;</description>
<pubDate>Wed, 19 Jan 2005 17:34:54 GMT</pubDate>
</item>
<item>
<title>ACL-RE</title>
<link>http://lispwire.com/entry-regexp-re-des</link>
<guid isPermaLink="false">urn:uuid:9b754e49-746d-87e4-31d0-0050bf914ed0</guid>
<description>&lt;p&gt;
 The Allegro Common Lisp regular expression library is fast and perl compatible.
&lt;/p&gt;</description>
<pubDate>Tue, 18 Jan 2005 20:18:42 GMT</pubDate>
</item>
<item>
<title>CL-INTERPOL</title>
<link>http://lispwire.com/entry-text-cl-interpol-des</link>
<guid isPermaLink="false">urn:uuid:1cbe4e32-ebbe-3564-77d3-0050bf914ed0</guid>
<description>&lt;p&gt;
 CL-INTERPOL provides string interpolation like in Unix shell scripts.
&lt;/p&gt;</description>
<pubDate>Tue, 18 Jan 2005 19:43:38 GMT</pubDate>
</item>
<item>
<title>CL-PPCRE</title>
<link>http://lispwire.com/entry-regexp-cl-ppcre-des</link>
<guid isPermaLink="false">urn:uuid:d1fe5f58-7312-9cf4-8ced-0050bf914ed0</guid>
<description>&lt;p&gt;
 CL-PPCRE is a portable regular expression library for Common Lisp which is compatible with Perl.
&lt;/p&gt;</description>
<pubDate>Tue, 18 Jan 2005 19:43:37 GMT</pubDate>
</item>
<item>
<title>CL-GD</title>
<link>http://lispwire.com/entry-graphics-cl-gd-des</link>
<guid isPermaLink="false">urn:uuid:e4c8110d-cce0-e4b4-a459-0050bf914ed0</guid>
<description>&lt;p&gt;
 CL-GD is a foreign function interface to &lt;a href="http://www.boutell.com/gd/"&gt;GD&lt;/a&gt;.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 22:31:35 GMT</pubDate>
</item>
<item>
<title>TBNL</title>
<link>http://lispwire.com/entry-webprog-tbnl-des</link>
<guid isPermaLink="false">urn:uuid:70628f08-cdc5-f0b4-0515-0050bf914ed0</guid>
<description>&lt;p&gt;
 TBNL is a toolkit for dynamic websites.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 22:26:50 GMT</pubDate>
</item>
<item>
<title>URL-REWRITE</title>
<link>http://lispwire.com/entry-webprog-url-rewrite-des</link>
<guid isPermaLink="false">urn:uuid:4318fe57-7bbf-4d94-457f-0050bf914ed0</guid>
<description>&lt;p&gt;
 URL-REWRITE efficiently rewrites HTML attributes.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 22:23:18 GMT</pubDate>
</item>
<item>
<title>RDNZL</title>
<link>http://lispwire.com/entry-ffi-rdnzl-des</link>
<guid isPermaLink="false">urn:uuid:c4b6c64a-ac3e-9eb4-8444-0050bf914ed0</guid>
<description>&lt;p&gt;
 RDNZL is a .NET layer for Common Lisp.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 22:23:17 GMT</pubDate>
</item>
<item>
<title>CL-WHO</title>
<link>http://lispwire.com/entry-webprog-cl-who-des</link>
<guid isPermaLink="false">urn:uuid:5e81937d-0b98-a174-dc1c-0050bf914ed0</guid>
<description>&lt;p&gt;
 CL-WHO is a Lisp markup language which can be used to generate HTML or XML.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 20:51:51 GMT</pubDate>
</item>
<item>
<title>HTML-TEMPLATE</title>
<link>http://lispwire.com/entry-webprog-html-template-des</link>
<guid isPermaLink="false">urn:uuid:6886b053-269a-b324-bc29-0050bf914ed0</guid>
<description>&lt;p&gt;
 HTML-TEMPLATE is a template language like Perl's &lt;a href="http://html-template.sf.net/"&gt;HTML::Template&lt;/a&gt;.
&lt;/p&gt;</description>
<pubDate>Mon, 17 Jan 2005 20:51:51 GMT</pubDate>
</item>
<item>
<title>EXIF info</title>
<link>http://lispwire.com/entry-photog-exifinfo-des</link>
<guid isPermaLink="false">urn:uuid:eb9adfe3-cd93-b3f4-c7e7-0050bf914ed0</guid>
<description>&lt;p&gt;
 A Lisp program to read &lt;a href="http://www.exif.org"&gt;EXIF&lt;/a&gt; (Exchangeable Image File Format) 2.2 information from files produced by digital still cameras.
&lt;/p&gt;</description>
<pubDate>Wed, 05 Jan 2005 21:24:22 GMT</pubDate>
</item>
<item>
<title>Renpics</title>
<link>http://lispwire.com/entry-photog-renpics-des</link>
<guid isPermaLink="false">urn:uuid:34971745-9c6c-f794-87f7-0050bf914ed0</guid>
<description>&lt;p&gt;
 Rename files produced by a digital camera to contain the date, time and camera name when the picture was taken.
&lt;/p&gt;</description>
<pubDate>Wed, 05 Jan 2005 21:00:38 GMT</pubDate>
</item>
<item>
<title>Porter Word Stemmer</title>
<link>http://lispwire.com/entry-text-porter-word-stemmer-des</link>
<guid isPermaLink="false">urn:uuid:ca2ba80d-025e-2114-42d9-0050bf914ed0</guid>
<description>&lt;p&gt;
 A word stemmer takes a word as a string and removes common morphological endings, etc., in order to find a root stem for a word.
&lt;/p&gt;</description>
<pubDate>Tue, 04 Jan 2005 21:45:51 GMT</pubDate>
</item>
<item>
<title>Allegro Prolog</title>
<link>http://lispwire.com/entry-ai-ll-prolog-allegro-prolog-des</link>
<guid isPermaLink="false">urn:uuid:04704bc7-0173-3b74-071f-0050bf914ed0</guid>
<description>&lt;p&gt;
 Prolog is a logic programming language built around a backward-chaining inference engine.  Allegro Prolog is a highly efficient implementation of Prolog within Common Lisp.  There are extensions for interfacing in both directions with Lisp code, for unifying against Lisp object slots, and for interfacing the inference engine to Lisp databases.
&lt;/p&gt;</description>
<pubDate>Thu, 23 Dec 2004 22:08:22 GMT</pubDate>
</item>
<item>
<title>Daydreamer</title>
<link>http://lispwire.com/entry-ai-cogarch-daydreamer-des</link>
<guid isPermaLink="false">urn:uuid:27bf863e-89fb-7f74-2218-0050bf914ed0</guid>
<description>&lt;p&gt;
 Daydreamer may be AI's best kept secret. Daydreamer is thought provoking and fun! Daydreamer is a complete simulation of a human mind that thinks and acts in a virtual world. It models daydreaming, emotions, planning, and serendipity.
&lt;/p&gt;</description>
<pubDate>Wed, 22 Dec 2004 23:56:30 GMT</pubDate>
</item>
</channel>
</rss>
