Hide
Login/Register to vote and to have access to more featuresYou are here: Root > Software > Development
Go directly to another tagGo directly to another tagAll Last Modified Items for Code Snippets
Back to full tag viewYstok-Library (Modified)Last modification: Mon, 30 Apr 2012 12:13:32 GMTYstok-Library is a portable Common Lisp library of general purpose macros, functions, and utilities.
Lisp Idioms (Modified)Last modification: Sat, 18 Apr 2009 16:10:45 GMTAn article by Gene Michael Stover with various Common Lisp idioms for working with lists, sequences, matrixes, and other data.
Python Generators in Common Lisp using Arnesi's CPS transformer (Commented)Last modification: Mon, 10 Dec 2007 21:43:05 GMTAn 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 ...
CLX-DRAWING-WINDOW (Modified)Last modification: Mon, 04 Jun 2007 21:03:42 GMTA library for performing simple 2D graphical operations with CLX on a drawable area. Requires trudgett.david.utils (utils.lisp).
GBBopen (Modified)Last modification: Fri, 15 Dec 2006 16:53:32 GMTHigh-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.
Pragmatic Parsing in Common Lisp (Added)Last modification: Thu, 12 Oct 2006 10:40:26 GMTWe 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 su...
Hacking CL into a Lisp-1 (an intro to code-walking) (Modified)Last modification: Mon, 03 Jul 2006 09:08:39 GMTThis code snippet shows how to turn Common Lisp into a Lisp-1 by using a technique called code walking.
DROP: a push/pushnew complement (Added)Last modification: Sun, 02 Jul 2006 19:24:42 GMTThe DROP macro removes an element from a list in a place.
Postscript Lindenmayer Systems (Added)Last modification: Fri, 26 May 2006 13:56:34 GMTThis code is a generator of Lindenmayer systems, with PostScript output. A Lindenmayer system is a fractal for describing plants.
Lisp Style and Efficiency (Added)Last modification: Sat, 13 May 2006 02:37:59 GMTIntroduction to efficient coding style in Common Lisp.
PDF forms with CL-PDF (Added)Last modification: Mon, 01 May 2006 10:42:56 GMTAcrobat PDF interactive forms generated with CL-PDF
CLIM text style selection dialog (Added)Last modification: Fri, 28 Apr 2006 12:38:07 GMTAn 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 va...
CL quiz (Added)Last modification: Wed, 26 Apr 2006 12:56:03 GMTA Common Lisp programming challenge along the lines of "Perl quiz of the week" or "Ruby Quiz". Each week a new quiz is sent to a mailing list, and users can send their solutions. A summary describing ...
The Alias Method (Modified)Last modification: Mon, 24 Apr 2006 11:48:33 GMTAn 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 "On the alias method for generating random ...
small-cl-src-discuss (Modified)Last modification: Thu, 13 Apr 2006 14:22:41 GMTA mailing list for discussions related to the small-cl-src list. It is maintained by Ingvar Mattson.
small-cl-src (Modified)Last modification: Thu, 13 Apr 2006 14:22:16 GMTA 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...
How to read and process a file (Modified)Last modification: Thu, 02 Mar 2006 13:48:54 GMT