<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0"><channel><title>The Common Lisp Directory/Code Snippets</title><link>http://www.cl-user.net/asp/tags/code-snippets</link><description>The last modified items of the Common Lisp Directory for the tag: Code Snippets</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>Ystok-Library (Modified)</title><link>http://www.cl-user.net/asp/libs/Ystok-Library</link><guid isPermaLink="false">19269</guid><pubDate>Mon, 30 Apr 2012 12:13:32 GMT</pubDate><description>Ystok-Library is a portable Common Lisp library of general purpose macros, functions, and utilities.</description></item><item><title>Lisp Idioms (Modified)</title><link>http://www.cl-user.net/asp/web-sites/Lisp%20Idioms</link><guid isPermaLink="false">13750</guid><pubDate>Sat, 18 Apr 2009 16:10:45 GMT</pubDate><description>An article by Gene Michael Stover with various Common Lisp idioms for working with lists, sequences, matrixes, and other data.</description></item><item><title>Python Generators in Common Lisp using Arnesi's CPS transformer (Commented)</title><link>http://www.cl-user.net/asp/libs/Python%20Generators</link><guid isPermaLink="false">13885</guid><pubDate>Mon, 10 Dec 2007 21:43:05 GMT</pubDate><description>An attempt to simulate generators of the Python language
using Arnesi CPS transformer.  The macro defgenerator allow to define new generators. A 'yield' function is implictly available in the body of the generator.
</description></item><item><title>CLX-DRAWING-WINDOW (Modified)</title><link>http://www.cl-user.net/asp/libs/clx-drawing-window</link><guid isPermaLink="false">13969</guid><pubDate>Mon, 04 Jun 2007 21:03:42 GMT</pubDate><description>A library for performing simple 2D graphical operations with CLX on a drawable area. Requires trudgett.david.utils (utils.lisp).</description></item><item><title>GBBopen (Modified)</title><link>http://www.cl-user.net/asp/libs/GBBopen</link><guid isPermaLink="false">11624</guid><pubDate>Fri, 15 Dec 2006 16:53:32 GMT</pubDate><description>High-performance, open source AI blackboard-system framework based on the concepts that were explored and refined in the UMass Generic Blackboard system and the commercial GBB product.</description></item><item><title>Pragmatic Parsing in Common Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/13107</link><guid isPermaLink="false">13107</guid><pubDate>Thu, 12 Oct 2006 10:40:26 GMT</pubDate><description>We review META, a classic technique for building recursive descent parsers, that is both simple and efficient. While META does not handle all possible regular or context-free grammars, it handles a surprisingly large fraction of the grammars encountered by Lisp programmers. We show how META can be used to parse streams, strings and lists--including Common Lisp's hairy lambda expression parameter lists. Finally, we compare the execution time of this parsing method to the built-in methods of Common Lisp.</description></item><item><title>Hacking CL into a Lisp-1 (an intro to code-walking) (Modified)</title><link>http://www.cl-user.net/asp/html-docs/cl-lisp-1</link><guid isPermaLink="false">13153</guid><pubDate>Mon, 03 Jul 2006 09:08:39 GMT</pubDate><description>This code snippet shows how to turn Common Lisp into a Lisp-1 by using a technique called code walking.</description></item><item><title>DROP: a push/pushnew complement (Added)</title><link>http://www.cl-user.net/asp/html-docs/drop-macro</link><guid isPermaLink="false">13905</guid><pubDate>Sun, 02 Jul 2006 19:24:42 GMT</pubDate><description>The DROP macro removes an element from a list in a place.
</description></item><item><title>Postscript Lindenmayer Systems (Added)</title><link>http://www.cl-user.net/asp/libs/postscript-lindenmayer-systems</link><guid isPermaLink="false">13751</guid><pubDate>Fri, 26 May 2006 13:56:34 GMT</pubDate><description>This code is a generator of Lindenmayer systems, with PostScript output. A Lindenmayer system is a fractal for describing plants.</description></item><item><title>Lisp Style and Efficiency (Added)</title><link>http://www.cl-user.net/asp/web-sites/Lisp%20Style%20and%20Efficiency</link><guid isPermaLink="false">12083</guid><pubDate>Sat, 13 May 2006 02:37:59 GMT</pubDate><description>Introduction to efficient coding style in Common Lisp.</description></item><item><title>PDF forms with CL-PDF (Added)</title><link>http://www.cl-user.net/asp/html-docs/pdforms</link><guid isPermaLink="false">13613</guid><pubDate>Mon, 01 May 2006 10:42:56 GMT</pubDate><description>Acrobat PDF interactive forms generated with CL-PDF</description></item><item><title>CLIM text style selection dialog (Added)</title><link>http://www.cl-user.net/asp/libs/clim-select-text-style</link><guid isPermaLink="false">13585</guid><pubDate>Fri, 28 Apr 2006 12:38:07 GMT</pubDate><description>An implementation of a simple CLIM dialog box for interactively selecting a text style, i.e. a combination of font family, face and size. It demonstrates a way of creating modal dialogs that return values. Although it was tested only with McCLIM and CMUCL under Linux, it should work with any CLIM implementation with little or no modification.</description></item><item><title>CL quiz (Added)</title><link>http://www.cl-user.net/asp/web-sites/cl-quiz</link><guid isPermaLink="false">13558</guid><pubDate>Wed, 26 Apr 2006 12:56:03 GMT</pubDate><description>A Common Lisp programming challenge along the lines of &quot;Perl quiz of the week&quot; or &quot;Ruby Quiz&quot;. Each week a new quiz is sent to a mailing list, and users can send their solutions. A summary describing the submitted solutions is then posted.</description></item><item><title>The Alias Method (Modified)</title><link>http://www.cl-user.net/asp/libs/alias_method</link><guid isPermaLink="false">13523</guid><pubDate>Mon, 24 Apr 2006 11:48:33 GMT</pubDate><description>An implementation of the Alias Method for generating a function that returns the value of a random variable with a specified probability. It is described in &quot;On the alias method for generating random variables from a discrete distribution&quot; by R.A. Kronmal and A.V. Peterson, The American Statistician, 33:214-218, 1979.</description></item><item><title>small-cl-src-discuss (Modified)</title><link>http://www.cl-user.net/asp/web-sites/small-cl-src-discuss</link><guid isPermaLink="false">13160</guid><pubDate>Thu, 13 Apr 2006 14:22:41 GMT</pubDate><description>A mailing list for discussions related to the small-cl-src list. It is maintained by Ingvar Mattson.</description></item><item><title>small-cl-src (Modified)</title><link>http://www.cl-user.net/asp/web-sites/small-cl-src</link><guid isPermaLink="false">13056</guid><pubDate>Thu, 13 Apr 2006 14:22:16 GMT</pubDate><description>A mailing list for posting source code of small programs, utilities, libraries and code snippets written in Common Lisp. It is maintained by Ingvar Mattson. Related discussions take place in the small-cl-src-discuss list.</description></item><item><title>How to read and process a file (Modified)</title><link>http://www.cl-user.net/asp/html-docs/process-file-snippset</link><guid isPermaLink="false">11858</guid><pubDate>Thu, 02 Mar 2006 13:48:54 GMT</pubDate><description></description></item></channel></rss>