<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0"><channel><title>The Common Lisp Directory/MIT</title><link>http://www.cl-user.net/asp/tags/11024</link><description>The last modified items of the Common Lisp Directory for the tag: MIT</description><language>en-US</language><pubDate>Mon, 03 Jun 2013 00:03:30 GMT</pubDate><lastBuildDate>Mon, 03 Jun 2013 00:03:30 GMT</lastBuildDate><generator>Fractal Concept Web Application Framework</generator><item><title>cl-portaudio (Added)</title><link>http://www.cl-user.net/asp/libs/cl-portaudio</link><guid isPermaLink="false">19198</guid><pubDate>Mon, 16 Jan 2012 15:45:26 GMT</pubDate><description>Bindings to PortAudio crossplatform library.</description></item><item><title>Common Lisp User Space File System (Added)</title><link>http://www.cl-user.net/asp/libs/clufs</link><guid isPermaLink="false">19171</guid><pubDate>Mon, 28 Nov 2011 19:55:04 GMT</pubDate><description>A simple file based file system. Use mkfs and mount to take clufs file system into use. Use it with mkdir, create, open and close to read and write files. Open returns a stream to file in clufs file system. </description></item><item><title>cl-btree (Added)</title><link>http://www.cl-user.net/asp/libs/cl-btree</link><guid isPermaLink="false">19166</guid><pubDate>Mon, 28 Nov 2011 19:39:48 GMT</pubDate><description>B-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL.</description></item><item><title>CL-RCFiles (Modified)</title><link>http://www.cl-user.net/asp/libs/RCFiles</link><guid isPermaLink="false">15630</guid><pubDate>Mon, 28 Nov 2011 10:54:16 GMT</pubDate><description>This very small Common Lisp library provides a way to add initialization files
to ASDF systems. Every time ASDF loads &lt;system&gt;, one or several corresponding
&lt;system&gt;.lisp files are loaded automatically afterwards. This lets you
conditionally plug in additional behavior on a per-system basis without
cluttering up any global Common Lisp init file.

By default, these initialization files are expected to be found in:
- ~/share/common-lisp/rc/pre/  for  pre-loading initialization,
- ~/share/common-lisp/rc/post/ for post-loading initialization.

</description></item><item><title>Screamer (Commented)</title><link>http://www.cl-user.net/asp/libs/screamer</link><guid isPermaLink="false">11156</guid><pubDate>Thu, 04 Nov 2010 09:21:55 GMT</pubDate><description>Screamer is an extension of Common Lisp that adds support for nondeterministic programming. Screamer consists of two levels. The basic nondeterministic level adds support for backtracking and undoable side effects. On top of this nondeterministic substrate, Screamer provides a comprehensive constraint programming language in which one can formulate and solve mixed systems of numeric and symbolic constraints. Together, these two levels augment Common Lisp with practically all of the functionality of both Prolog and constraint logic programming languages such as CHiP and CLP(R). Furthermore, Screamer is fully integrated with Common Lisp. Screamer programs can coexist and interoperate with other extensions to Common Lisp such as CLOS, CLIM and Iterate.</description></item><item><title>cl-plplot (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-plplot</link><guid isPermaLink="false">13371</guid><pubDate>Sun, 08 Aug 2010 15:50:04 GMT</pubDate><description>A set of CFFI-based Common Lisp bindings to the PLplot scientific plotting library, which can produce several kinds of 2D and 3D plots.</description></item><item><title>ASDF (Modified)</title><link>http://www.cl-user.net/asp/libs/ASDF</link><guid isPermaLink="false">11869</guid><pubDate>Thu, 01 Apr 2010 16:06:07 GMT</pubDate><description>ASDF is Another System Definition Facility.</description></item><item><title>ABLE - A Basic Lisp Editor (Modified)</title><link>http://www.cl-user.net/asp/libs/ABLE</link><guid isPermaLink="false">15259</guid><pubDate>Sun, 21 Feb 2010 15:03:38 GMT</pubDate><description>ABLE is an open source Common Lisp editor for Mac, Linux and Windows.  ABLE's features include a listener with command history, syntax colouring, symbol completion, jump to definition, parenthesis matching, configurable indentation, Hyperspec lookup and call-tips. ABLE is distributed under the MIT license. 
</description></item><item><title>Sheeple (Modified)</title><link>http://www.cl-user.net/asp/libs/sheeple</link><guid isPermaLink="false">17026</guid><pubDate>Sat, 23 Jan 2010 02:13:37 GMT</pubDate><description>Sheeple is a delegative prototype-based object system inspired by CLOS.

It is designed with the purpose of providing the goodies of CLOS programming, but in an object-based environment.

As such, it shares a lot of syntax and semantics with CLOS, including multiple delegation (similar to multiple inheritance) and multiply-dispatched functions (similar to generic functions). </description></item><item><title>command line arguments (Added)</title><link>http://www.cl-user.net/asp/libs/17098</link><guid isPermaLink="false">17098</guid><pubDate>Tue, 10 Nov 2009 13:33:25 GMT</pubDate><description>Open-sourced project from ITA, part of QITAB.</description></item><item><title>ChanL (Modified)</title><link>http://www.cl-user.net/asp/libs/chanl</link><guid isPermaLink="false">17032</guid><pubDate>Wed, 14 Oct 2009 16:37:45 GMT</pubDate><description>ChanL is a portable library for easy thread-based synchronous concurrency.</description></item><item><title>cl-json (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-json</link><guid isPermaLink="false">12607</guid><pubDate>Mon, 25 May 2009 21:41:48 GMT</pubDate><description>A parser and generator for the JSON data-interchange format.</description></item><item><title>Storable Functions (Added)</title><link>http://www.cl-user.net/asp/libs/st-functions</link><guid isPermaLink="false">16016</guid><pubDate>Fri, 06 Mar 2009 01:54:45 GMT</pubDate><description>Storable Functions implements transformations of functions (including closures) from and to CLOS instances of some specific classes. It contains a set of macros for making this transformation possible, and tools for actually doing the transformation. The goal is to provide a simple, portable way to serialize functions. It includes cl-store+functions, which implements the serialization for cl-store.</description></item><item><title>cl-xmpp (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-xmpp</link><guid isPermaLink="false">13784</guid><pubDate>Fri, 24 Oct 2008 18:05:18 GMT</pubDate><description>A client implementation of XMPP (Extensible Messaging and Presence Protocol), which is the set of core protocols created by the Jabber messaging system.</description></item><item><title>Trivial-HTTP (Modified)</title><link>http://www.cl-user.net/asp/libs/trivial-http</link><guid isPermaLink="false">13242</guid><pubDate>Thu, 31 Jul 2008 11:20:44 GMT</pubDate><description>A simple library for performing client HTTP operations (GET and POST) over a socket interface.

trivial-http has been superseeded by Drakma. </description></item><item><title>py-configparser (Modified)</title><link>http://www.cl-user.net/asp/libs/py-configparser</link><guid isPermaLink="false">15027</guid><pubDate>Fri, 20 Jun 2008 23:39:45 GMT</pubDate><description>An INI-file style configuration parser conformant to the Python configparser module.</description></item><item><title>Metatilities (Modified)</title><link>http://www.cl-user.net/asp/libs/metatilities</link><guid isPermaLink="false">13653</guid><pubDate>Sun, 02 Mar 2008 10:03:05 GMT</pubDate><description>A collection of miscellaneous utilities for container data structures, binding, user interface, dates and times, I/O, symbols, sequences, string manipulation, and more.</description></item><item><title>metabang-bind (Modified)</title><link>http://www.cl-user.net/asp/libs/metabang-bind</link><guid isPermaLink="false">13651</guid><pubDate>Sun, 02 Mar 2008 10:00:55 GMT</pubDate><description>Metabang-bind provides a binding construct that generalizes MULTIPLE-VALUE-BIND, LET, LET* and DESTRUCTURING-BIND.</description></item><item><title>html-entities (Modified)</title><link>http://www.cl-user.net/asp/libs/html-entities</link><guid isPermaLink="false">15762</guid><pubDate>Tue, 09 Oct 2007 22:21:40 GMT</pubDate><description>A library for encoding and decoding (HTML/SGML/XML) entities in Common Lisp.</description></item><item><title>CL-MathStats (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-mathstats</link><guid isPermaLink="false">13654</guid><pubDate>Wed, 30 May 2007 19:34:57 GMT</pubDate><description>A collection of mathematical routines for combinatorics, statistics, functions, matrices, vectors, and more.</description></item><item><title>cl-irc (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-irc</link><guid isPermaLink="false">11562</guid><pubDate>Fri, 27 Apr 2007 20:41:28 GMT</pubDate><description>IRC client library featuring partial support for DCC, CTCP and related commands from RFC 2810, RFC 2811 and RFC2812.

cl-irc uses usocket for implementation independent socket access. It uses FLEXI-STREAMS to solve character encoding problems inherent to the IRC protocol (which stems from pre-Unicode age and doesn't allow charset specification).</description></item><item><title>Closer to MOP (Modified)</title><link>http://www.cl-user.net/asp/libs/Closer%20to%20MOP</link><guid isPermaLink="false">12874</guid><pubDate>Mon, 23 Apr 2007 11:32:03 GMT</pubDate><description>Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect MOP features as detected by MOP Feature Tests in a growing number of Common Lisp implementations.
</description></item><item><title>ContextL (Modified)</title><link>http://www.cl-user.net/asp/libs/ContextL</link><guid isPermaLink="false">12875</guid><pubDate>Mon, 23 Apr 2007 11:28:38 GMT</pubDate><description>ContextL is a CLOS extension for Context-oriented Programming.</description></item><item><title>Ironclad (Modified)</title><link>http://www.cl-user.net/asp/libs/ironclad</link><guid isPermaLink="false">13737</guid><pubDate>Sat, 21 Apr 2007 20:57:29 GMT</pubDate><description>Ironclad is a cryptographic toolkit that includes several block encryption algorithms and hash functions.</description></item><item><title>trivial-https (Modified)</title><link>http://www.cl-user.net/asp/libs/trivial-https</link><guid isPermaLink="false">13243</guid><pubDate>Sat, 07 Apr 2007 20:38:43 GMT</pubDate><description>A simple library for performing client HTTP/HTTPS operations (GET and POST) over a socket interface. It is a fork of Trivial-HTTP.

Trivial-https has been superseeded by Drakma.</description></item><item><title>FUCC (Modified)</title><link>http://www.cl-user.net/asp/libs/fucc</link><guid isPermaLink="false">13938</guid><pubDate>Wed, 07 Mar 2007 10:22:35 GMT</pubDate><description>FUCC is universal parser generator for Common Lisp. Currently LR0, SLR, LALR, LR1 and LL parser generators are implemented, and GLR, CYK and other algorithms are planned.
</description></item><item><title>grand-prix (Added)</title><link>http://www.cl-user.net/asp/libs/12656</link><guid isPermaLink="false">12656</guid><pubDate>Mon, 12 Feb 2007 08:39:17 GMT</pubDate><description>Tests, stress-test and performance-tests for Common Lisp object-databases and persistence libraries.
</description></item><item><title>Bordeaux Threads (Commented)</title><link>http://www.cl-user.net/asp/libs/bordeaux-threads</link><guid isPermaLink="false">13791</guid><pubDate>Thu, 25 Jan 2007 23:08:20 GMT</pubDate><description>Bordeaux Threads (Portable shared-state concurrency for Common Lisp) is an implementation of a portable multi-threading library based on the BORDEAUX-MP specification by Daniel Barlow.</description></item><item><title>LOCAL-TIME (Added)</title><link>http://www.cl-user.net/asp/libs/local-time</link><guid isPermaLink="false">14685</guid><pubDate>Fri, 24 Nov 2006 19:29:06 GMT</pubDate><description>A library for manipulating dates and times, based on the paper &quot;The Long, Painful History of Time&quot; by Erik Naggum.</description></item><item><title>cl-l10n (Modified)</title><link>http://www.cl-user.net/asp/libs/Common%20Lisp%20Localisation</link><guid isPermaLink="false">12495</guid><pubDate>Sun, 19 Nov 2006 19:43:46 GMT</pubDate><description>Portable localisation package for Common Lisp.</description></item><item><title>cl-migrations (Added)</title><link>http://www.cl-user.net/asp/libs/cl-migrations</link><guid isPermaLink="false">14640</guid><pubDate>Mon, 13 Nov 2006 09:45:28 GMT</pubDate><description>cl-migrations is a port of the database migrations feature of Ruby on Rails to Common Lisp. cl-migrations is intended to provide a simple way to version-control your database changes.</description></item><item><title>FTD - The Flexi-Trivial Dired (Modified)</title><link>http://www.cl-user.net/asp/libs/ftd</link><guid isPermaLink="false">14506</guid><pubDate>Sun, 05 Nov 2006 09:52:40 GMT</pubDate><description>A Dired-style file manager with a [Mc]CLIM-based GUI.</description></item><item><title>CFFI-Net (Added)</title><link>http://www.cl-user.net/asp/libs/cffi-net</link><guid isPermaLink="false">14501</guid><pubDate>Sun, 22 Oct 2006 09:08:10 GMT</pubDate><description>A portable interface to Unix sockets functionality. It includes the CFFI-Grovel tool for automating FFI generation, and the CFFI-Unix interface to basic Unix functionality with a focus on networking.</description></item><item><title>Alexandria (Added)</title><link>http://www.cl-user.net/asp/libs/Alexandria</link><guid isPermaLink="false">14474</guid><pubDate>Sun, 15 Oct 2006 17:32:46 GMT</pubDate><description>As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservativism is inevitable.

</description></item><item><title>defclass-star (Added)</title><link>http://www.cl-user.net/asp/libs/defclass-star</link><guid isPermaLink="false">14469</guid><pubDate>Sun, 15 Oct 2006 17:24:51 GMT</pubDate><description>defclass* and defcondition* that automatically generates accessors other things that are schematic for most defclass declarations.</description></item><item><title>Gamelib (Modified)</title><link>http://www.cl-user.net/asp/libs/gamelib</link><guid isPermaLink="false">14174</guid><pubDate>Tue, 10 Oct 2006 14:00:03 GMT</pubDate><description>A framework for writing games in Common Lisp. It is initially planned to provide libraries for 2D games with a tile-based background and a 3D wire-frame library. It uses CLX for graphics output.</description></item><item><title>jwacs - Javascript With Advanced Continuation Support (Added)</title><link>http://www.cl-user.net/asp/libs/jwacs</link><guid isPermaLink="false">14356</guid><pubDate>Wed, 27 Sep 2006 11:28:08 GMT</pubDate><description>A program transformer for web development that translates code from an extended Javascript syntax to standard Javascript. It supports client-side continuations.</description></item><item><title>CL-Containers (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-containers</link><guid isPermaLink="false">13652</guid><pubDate>Mon, 25 Sep 2006 14:51:39 GMT</pubDate><description>A library that provides new container data structures (trees, queues, heaps, and more) and a standard interface for using them.</description></item><item><title>Lavlet Lisp HTTP server and server pages (Added)</title><link>http://www.cl-user.net/asp/libs/lavlet</link><guid isPermaLink="false">14316</guid><pubDate>Thu, 14 Sep 2006 07:16:31 GMT</pubDate><description>An HTTP server and dynamic pages engine modeled after JSP/Servlet/Tomcat and ASP/IIS.</description></item><item><title>CL-SDL (Modified)</title><link>http://www.cl-user.net/asp/libs/cl-sdl</link><guid isPermaLink="false">13157</guid><pubDate>Mon, 11 Sep 2006 17:44:58 GMT</pubDate><description>A set of UFFI-based bindings to the SDL (Simple DirectMedia Layer) and OpenGL multimedia libraries.</description></item><item><title>Montezuma (Added)</title><link>http://www.cl-user.net/asp/libs/montezuma</link><guid isPermaLink="false">14254</guid><pubDate>Tue, 05 Sep 2006 12:21:56 GMT</pubDate><description>A full text search engine. It is a port of the Ferret search engine in Ruby, which is in turn a port of the Lucene Java engine.</description></item><item><title>Pantzer (Modified)</title><link>http://www.cl-user.net/asp/libs/pantzer</link><guid isPermaLink="false">14046</guid><pubDate>Wed, 09 Aug 2006 14:24:38 GMT</pubDate><description>Pantzer is a &quot;wire-frame `shoot tanks' game&quot; with a CLX-based user interface.</description></item><item><title>cl-creek (Added)</title><link>http://www.cl-user.net/asp/libs/cl-creek</link><guid isPermaLink="false">14034</guid><pubDate>Wed, 26 Jul 2006 11:20:51 GMT</pubDate><description>A client library for accessing a Creek workflow server.</description></item><item><title>rucksack (Added)</title><link>http://www.cl-user.net/asp/libs/rucksack</link><guid isPermaLink="false">13971</guid><pubDate>Thu, 20 Jul 2006 12:11:47 GMT</pubDate><description>A portable object persistency library with support for persistent basic Lisp data types, parallel transactions, schema evolution, and more.</description></item><item><title>LPVM (Modified)</title><link>http://www.cl-user.net/asp/libs/lpvm</link><guid isPermaLink="false">13933</guid><pubDate>Fri, 14 Jul 2006 17:41:00 GMT</pubDate><description>A set of UFFI-based bindings to the PVM3 (Parallel Virtual Machine) message-passing communication library for parallel computations.  Some functions have optimized CMUCL-specific versions.</description></item><item><title>dyslexia (Added)</title><link>http://www.cl-user.net/asp/libs/dyslexia</link><guid isPermaLink="false">13956</guid><pubDate>Fri, 14 Jul 2006 13:07:04 GMT</pubDate><description>Dyslexia is a spelling and grammar checker.
</description></item><item><title>ninep (Modified)</title><link>http://www.cl-user.net/asp/libs/ninep</link><guid isPermaLink="false">13931</guid><pubDate>Wed, 12 Jul 2006 13:55:40 GMT</pubDate><description>A client library for the 9P2000 file system protocol used by the Plan 9 operating system and the wmii window manager.</description></item><item><title>CL-DOT (Added)</title><link>http://www.cl-user.net/asp/libs/cl-dot</link><guid isPermaLink="false">13903</guid><pubDate>Tue, 04 Jul 2006 13:26:53 GMT</pubDate><description>A library for &quot;generating dot (a program in the Graphviz suite) output from arbitrary Lisp data&quot;. Graphviz is a graph visualization software.</description></item><item><title>Trivial Shell (Added)</title><link>http://www.cl-user.net/asp/libs/trivial-shell</link><guid isPermaLink="false">13837</guid><pubDate>Sun, 11 Jun 2006 08:15:38 GMT</pubDate><description>An operating system and Common Lisp implementation independent interface for accessing command shells. It is based on, and is a fork of, the KMRCL utilities.</description></item><item><title>CL-Markdown (Added)</title><link>http://www.cl-user.net/asp/libs/cl-markdown</link><guid isPermaLink="false">13790</guid><pubDate>Mon, 05 Jun 2006 08:45:40 GMT</pubDate><description>A Common Lisp rewrite of the Markdown text markup language by John Gruber. Documents are written using an easy to write and read plain text formatting syntax, and are converted to HTML by the CL-Markdown processor.</description></item></channel></rss>