<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0"><channel><title>The Common Lisp Directory/Papers</title><link>http://www.cl-user.net/asp/tags/11465</link><description>The last modified items of the Common Lisp Directory for the tag: Papers</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>CLoX: Common Lisp Objects for XEmacs (Added)</title><link>http://www.cl-user.net/asp/web-sites/CLoX</link><guid isPermaLink="false">17656</guid><pubDate>Tue, 15 Jun 2010 07:15:35 GMT</pubDate><description>CLoX is an ongoing attempt to provide a full Emacs Lisp implementation of the Common Lisp Object System, including its underlying meta-object protocol, for XEmacs. This paper describes the early development stages of this project. CLoX currently consists in a port of Closette to Emacs Lisp, with some additional features, most notably, a deeper integration between types and classes and a comprehensive test suite. All these aspects are described in the paper, and we also provide a feature comparison with an alternative project called Eieio. </description></item><item><title>Maintaining Portable Lisp Programs - It's a bug, not a feature (Modified)</title><link>http://www.cl-user.net/asp/web-sites/features</link><guid isPermaLink="false">11528</guid><pubDate>Sun, 21 Feb 2010 15:01:23 GMT</pubDate><description>Paper by Christophe Rhodes, 5 February 2004. It examines &quot;the use of read-time feature conditionals, with particular emphasis on writing portable Common Lisp code which aspires to both forwards- and backwards-compatibility&quot;. After an introduction and an historical perspective, the paper reviews existing practices in using read-time conditionals, and provides some recommendations.</description></item><item><title>Revisiting the Visitor: the &quot;Just Do It&quot; Pattern.  (Added)</title><link>http://www.cl-user.net/asp/web-sites/VisitorPattern</link><guid isPermaLink="false">16833</guid><pubDate>Tue, 28 Apr 2009 08:07:14 GMT</pubDate><description>A software design pattern is a three-part rule which expresses a relation between a certain context, a problem, and a solution. The well-known &quot;GoF Book&quot; describes 23 software design patterns. Its influence in the software engineering community has been dramatic. However, Peter Norvig notes that &quot;16 of [these] 23 patterns are either invisible or simpler [...]&quot; in Dylan or Lisp (Design Patterns in Dynamic Programming, Object World, 1996).

We claim that this is not a consequence of the notion of &quot;pattern&quot; itself, but rather of the way patterns are generally described; the GoF book being typical in this matter. Whereas patterns are supposed to be general and abstract, the GoF book is actually very much oriented towards mainstream object languages such as C++. As a result, most of its 23 &quot;design patterns&quot; are actually closer to &quot;programming patterns&quot;, or &quot;idioms&quot;, if you choose to adopt the terminology of the POSA Book.

In this talk, we would like to envision software design patterns from the point of view of dynamic languages and specifically from the angle of CLOS, the Common Lisp Object System. Taking the Visitor pattern as an illustration, we will show how a generally useful pattern can be blurred into the language, sometimes to the point of complete disappearance.

The lesson to be learned is that software design patterns should be used with care, and in particular, will never replace an in-depth knowledge of your preferred language (in our case, the mastering of first-class and generic functions, lexical closures and meta-object protocol). By using patterns blindly, your risk missing the obvious and most of the time simpler solution: the &quot;Just Do It&quot; pattern.
</description></item><item><title>Binary Methods Programming: the CLOS Perspective. (Added)</title><link>http://www.cl-user.net/asp/web-sites/BinMeths</link><guid isPermaLink="false">16832</guid><pubDate>Tue, 28 Apr 2009 08:00:19 GMT</pubDate><description>Implementing binary methods in traditional object-oriented languages is difficult: numerous problems arise regarding the relationship between types and classes in the context of inheritance, or the need for privileged access to the internal representation of objects. Most of these problems occur in the context of statically typed languages that lack multi-methods (polymorphism on multiple arguments). The purpose of this paper is twofold: first, we show why some of these problems are either non-issues, or easily solved in Common-Lisp. Then, we demonstrate how the Common-Lisp Object System (CLOS) allows us not only to implement binary methods in a straightforward way, but also to support the concept directly, and even enforce it at different levels (usage and implementation). </description></item><item><title>CLOS Efficiency: Instantiation -- On the Behavior and Performance of Lisp, Part 2.1  (Added)</title><link>http://www.cl-user.net/asp/web-sites/OBPL21</link><guid isPermaLink="false">15629</guid><pubDate>Tue, 28 Apr 2009 07:54:14 GMT</pubDate><description>This article reports the results of an ongoing experimental research on the behavior and performance of CLOS, the Common Lisp Object System. Our purpose is to evaluate the behavior and performance of the 3 most important characteristics of any dynamic object oriented system: class instantiation, slot access and dynamic dispatch. This paper describes the results of our experiments on instantiation. We evaluate the efficiency of the instantiation process in both C++ and Lisp under a combination of parameters such as slot types or classes hierarchy. We show that in a non-optimized configuration where safety is given priority on speed, the behavior of C++ and Lisp instantiation can be quite different, which is also the case amongst different Lisp compilers. On the other hand, we demonstrate that when compilation is tuned for speed, instantiation in Lisp can become faster than in C++. </description></item><item><title>Beating C in Scientific Computing Applications -- On the Behavior and Performance of Lisp, Part I.  (Modified)</title><link>http://www.cl-user.net/asp/web-sites/OBPL1</link><guid isPermaLink="false">14185</guid><pubDate>Tue, 28 Apr 2009 07:38:23 GMT</pubDate><description>This paper presents an ongoing research on the behavior and performance of LISP with respect to C in the context of scientific numerical computing. Several simple image processing algorithms are used to evaluate the performance of pixel access and arithmetic operations in both languages. We demonstrate that the behavior of equivalent LISP and C code is similar with respect to the choice of data structures and types, and also to external parameters such as hardware optimization. We further demonstrate that properly typed and optimized LISP code runs as fast as the equivalent C code, or even faster in some cases. </description></item><item><title>The Long, Painful History of Time (Added)</title><link>http://www.cl-user.net/asp/web-sites/lugm-time</link><guid isPermaLink="false">14659</guid><pubDate>Mon, 20 Nov 2006 15:54:41 GMT</pubDate><description>A paper by Erik Naggum published in the Proceedings of the Lisp User Group Meeting, October 1999. &quot;This paper discusses some of the problems inherent in processing time suitable to humans and describes a solution employed by the author in a number of applications, the LOCAL-TIME concept&quot;.</description></item><item><title>Portable Utilities for Common Lisp - User Guide and Implementation Notes (Added)</title><link>http://www.cl-user.net/asp/web-sites/CMU-CS-91-143</link><guid isPermaLink="false">14610</guid><pubDate>Mon, 13 Nov 2006 15:11:34 GMT</pubDate><description>School of Computer Science, Carnegie Mellon University technical report CMU-CS-91-143 by Mark Kantrowitz, May 1991. The autor describes the design, implementation and usage of a set of portable Common Lisp tools: a code cross referencer (XREF), a profiler (METERING), a system definition tool (DEFSYSTEM), an implementation of logical pathnames (LOGICAL-PATHNAMES), a diff-like tool (SOURCE-COMPARE), and a source code documentation generator (USER-MANUAL).</description></item><item><title>CLISP's memory management  (Added)</title><link>http://www.cl-user.net/asp/web-sites/clisp-mem</link><guid isPermaLink="false">14524</guid><pubDate>Tue, 07 Nov 2006 08:01:38 GMT</pubDate><description>A paper by Bruno Haible, published on 19 February 1995, summarizing the memory management system of the CLISP Common Lisp implementation. It describes the generational garbage collection algorithm and some efficiency tricks.</description></item><item><title>User-Level Language Crafting: Introducing the CLOS Metaobject Protocol (Commented)</title><link>http://www.cl-user.net/asp/web-sites/paepcke93userlevel</link><guid isPermaLink="false">14208</guid><pubDate>Sun, 22 Oct 2006 21:27:12 GMT</pubDate><description>Paper by Andreas Paepcke published in the book &quot;Object-Oriented Programming: the CLOS perspective&quot;, MIT Press, 1993. It discusses how CLOS carries the idea of open and modular systems to the realm of language design.</description></item><item><title>Calendrical Calculations, II: Three Historical Calendars (Added)</title><link>http://www.cl-user.net/asp/web-sites/calendrical-calculations2</link><guid isPermaLink="false">14489</guid><pubDate>Wed, 18 Oct 2006 13:36:04 GMT</pubDate><description>Paper by Edward M. Reingold, Nachum Dershowitz, and Stewart M. Clamen published in &quot;Software-Practice and Experience&quot;, 23 (1993), pagg. 383-404. It provides algorithmic presentations of three calendarss of historical interest: Mayan, French Revolutionary, and Old Hindu. It includes Common Lisp source code for calendar conversions.</description></item><item><title>Calendrical Calculations (Added)</title><link>http://www.cl-user.net/asp/web-sites/calendrical-calculations</link><guid isPermaLink="false">14458</guid><pubDate>Tue, 17 Oct 2006 13:58:40 GMT</pubDate><description>Paper by Nachum Dershowitz and Edward M. Reingold published in &quot;Software-Practice and Experience&quot;, 20 (1990), pagg. 899-928. It provides a unified algorithmic presentation of major calendars, and includes Common Lisp source code for calendar conversions and holiday computations.</description></item><item><title>DNS Message Decoding - A Case Study Comparing Java and Common Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/case_study_java_lisp_dns</link><guid isPermaLink="false">14351</guid><pubDate>Sun, 24 Sep 2006 08:29:43 GMT</pubDate><description>A study that compares two implementations of a DNS resolver library, one written in Common Lisp and the other in Java. 30 May 2004.</description></item><item><title>The common Lisp object system metaobject kernel: a status report (Added)</title><link>http://www.cl-user.net/asp/web-sites/p309-bobrow</link><guid isPermaLink="false">14210</guid><pubDate>Thu, 21 Sep 2006 06:05:18 GMT</pubDate><description>Paper published in the &quot;Proceedings of the 1988 ACM conference on LISP and functional programming&quot;. A status report on the design of the CLOS Metaobject Protocol (MOP). The paper &quot;is organized around the classes used to implement CLOS, describing reasons for the class organization chosen, and how these classes participate in some protocols of the system&quot;.
</description></item><item><title>The Nature of Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/nature-of-lisp</link><guid isPermaLink="false">13918</guid><pubDate>Mon, 03 Jul 2006 10:50:49 GMT</pubDate><description>An article that is an &quot;attempt to explain Lisp in familiar, intuitive concepts&quot;. The author tells how he found and approached Lisp, and introduces the main concepts and features of Common Lisp.</description></item><item><title>The Idiot's Guide to Common Lisp Packages (Added)</title><link>http://www.cl-user.net/asp/web-sites/ron-packages</link><guid isPermaLink="false">13802</guid><pubDate>Wed, 07 Jun 2006 07:24:13 GMT</pubDate><description>A tutorial by Ron Garret on Common Lisp packages. It covers symbols, values and the REPL loop, interning, home packages, exporting symbols and using packages, shadowing, and DEFPACKAGE.</description></item><item><title>The Idiot's Guide to Special Variables and Lexical Closures (Added)</title><link>http://www.cl-user.net/asp/web-sites/ron-specials</link><guid isPermaLink="false">13730</guid><pubDate>Tue, 06 Jun 2006 12:15:00 GMT</pubDate><description>A tutorial by Ron Garret on Common Lisp special variables. It covers variables and bindings, lexical and dynamic scope, DEFVAR, and lexical closures.</description></item><item><title>Performance (Added)</title><link>http://www.cl-user.net/asp/web-sites/kanderson-performance</link><guid isPermaLink="false">13552</guid><pubDate>Sat, 22 Apr 2006 11:04:39 GMT</pubDate><description>A web site with information and links to papers and resources on Lisp performance issues and profiling, particularly Common Lisp.</description></item><item><title>Kent Pitman's Publications (Added)</title><link>http://www.cl-user.net/asp/web-sites/kmp-publications</link><guid isPermaLink="false">13481</guid><pubDate>Wed, 19 Apr 2006 10:38:02 GMT</pubDate><description>A collection of research papers, journal articles, essays and other Lisp writings by Kent Pitman. Covered topics include Common Lisp design and standardization,  Artificial Intelligence, software engineering, and more.</description></item><item><title>LISP Deserves a Fresh Look (Added)</title><link>http://www.cl-user.net/asp/web-sites/lisp-fresh-look</link><guid isPermaLink="false">13207</guid><pubDate>Tue, 21 Mar 2006 15:32:17 GMT</pubDate><description>Article by Peter Coffee published on the February 7, 2006 issue of eWeek. It discusses the potential of Lisp, particularly Common Lisp, for developing web applications &quot;using fewer lines of code, and with acceptable memory use and execution speed&quot;.</description></item><item><title>A Guided Tour of the Common Lisp Interface Manager (Annotated)</title><link>http://www.cl-user.net/asp/web-sites/lp90</link><guid isPermaLink="false">12263</guid><pubDate>Fri, 24 Feb 2006 18:33:25 GMT</pubDate><description>Paper by Ramana Rao, William York and Dennis Doughty published in 1990(?) by Lisp Pointers.
It provides an overview of CLIM's facilities and presents a series of examples. Although the sample code is based on an obsolete version of CLIM, the concepts discussed in the paper are still valid and useful for understanding CLIM.</description></item><item><title>Language Constructs for Context-oriented Programming (Added)</title><link>http://www.cl-user.net/asp/web-sites/ContextL%20Paper</link><guid isPermaLink="false">12697</guid><pubDate>Tue, 14 Feb 2006 21:06:52 GMT</pubDate><description>ContextL is an extension to the Common Lisp Object System that allows for Context-oriented Programming. It provides means to associate partial class and method definitions with layers and to activate and deactivate such layers in the control flow of a running program. When a layer is activated, the partial definitions become part of the program until this layer is deactivated. This has the effect that the behavior of a program can be modified according to the context of its use without the need to mention such context dependencies in the affected base program. We illustrate these ideas by providing different UI views on the same object while, at the same time, keeping the conceptual simplicity of object-oriented programming that objects know by themselves how to behave, in our case how to display themselves. These seemingly contradictory goals can be achieved by separating class definitions into distinct layers instead of factoring out the display code into different classes.</description></item><item><title>Interview with Samantha Kleinberg on CL-GODB, Common Lisp &amp; Bioinformatics (Added)</title><link>http://www.cl-user.net/asp/web-sites/samantha-lisp</link><guid isPermaLink="false">12633</guid><pubDate>Mon, 13 Feb 2006 13:40:53 GMT</pubDate><description>An article in which Emre Sevinc interviews Samantha Kleinberg, one of the 2005 Google Summer of Code developers. Her project, CL-GODB, is a bioinformatics system written in Common Lisp.
</description></item><item><title>Knee-jerk Anti-LOOPism and other E-mail Phenomena (Added)</title><link>http://www.cl-user.net/asp/web-sites/ccswp150</link><guid isPermaLink="false">12592</guid><pubDate>Sun, 05 Feb 2006 10:05:25 GMT</pubDate><description>&quot;Knee-jerk Anti-LOOPism and other E-mail Phenomena: Oral, Written, and Electronic Patterns in Computer-Mediated Communication&quot; is a paper by JoAnne Yates and Wanda J. Orlikowski. MIT Sloan School Working Paper #3578-93; Center for Coordination Science Techincal Report #150; July 1993.
The paper &quot;reports on an empirical investigation into the on-going electronic interaction of a natural distributed group&quot;. The selected group was the ANSI Common Lisp committee, which extensively used email for its standardization work.</description></item><item><title>Using a waiting protocol to separate concerns in the mutual exclusion problem (Added)</title><link>http://www.cl-user.net/asp/web-sites/tr-2003-46</link><guid isPermaLink="false">12262</guid><pubDate>Mon, 16 Jan 2006 17:37:52 GMT</pubDate><description>Paper by Frode V. Fjeld, Department of Computer Science, University of Tromso (Norway) Technical Report 2003-46, 21 November 2003.
It proposes a separation of concerns in concurrent systems between mutual exclusion detection and how to handle it. The paper also discusses Common Lisp code for a waiting protocol that helps design and implement both the lower and higher levels of such a system, and how the technique can be used for deadlock prevention.</description></item><item><title>Henry Baker's Archive of Research Papers (Added)</title><link>http://www.cl-user.net/asp/web-sites/henry-baker-papers</link><guid isPermaLink="false">12212</guid><pubDate>Mon, 16 Jan 2006 17:10:57 GMT</pubDate><description>Collection of papers on programming languages research, including some on Common Lisp implementation issues and CLOS.</description></item><item><title>&quot;A Survey of Current CLOS MOP Implementations&quot; (Added)</title><link>http://www.cl-user.net/asp/web-sites/mop-survey</link><guid isPermaLink="false">12166</guid><pubDate>Sun, 15 Jan 2006 23:46:02 GMT</pubDate><description>This paper surveys implementations of the CLOS MOP in some of the more popular implementations of Common Lisp. First a brief overview of the CLOS MOP is given. A number of Common Lisp implementations are then examined independently in order to assess which aspects of the CLOS MOP they provide. A comparison is made between the various implementations. Particular attention is given to what portion of the CLOS MOP is implemented and how faithful the implementation is to the metaobject protocol described in the The Art of the Metaobject Protocol[1]. A summary of the overall availability of the CLOS MOP is then given. Finally a proposed categorization of the functionality of the CLOS MOP is described.</description></item><item><title>CLOS in Context: The Shape of the Design Space (Added)</title><link>http://www.cl-user.net/asp/web-sites/clos-book-design</link><guid isPermaLink="false">12211</guid><pubDate>Sun, 15 Jan 2006 17:07:36 GMT</pubDate><description>Chapter written by Daniel G. Bobrow, Richard P. Gabriel and Jon L. White for the book &quot;Object-Oriented Programming: The CLOS Perspective&quot; (edited by Andreas Paepcke, MIT Press, 1992). It examines the design space of CLOS in the context of related ideas from other programming languages,</description></item><item><title>CLOS: Integrating Object-Oriented and Functional Programming (Added)</title><link>http://www.cl-user.net/asp/web-sites/clos-cacm-91</link><guid isPermaLink="false">12210</guid><pubDate>Sun, 15 Jan 2006 16:58:36 GMT</pubDate><description>Paper by Richard P. Gabriel, Jon L. White and Daniel G. Bobrow published in the Sep. 1991 issue of CACM. It discusses how CLOS combines previous programming traditions and ideas.</description></item><item><title>The Common Lisp Object System: An Overview (Added)</title><link>http://www.cl-user.net/asp/web-sites/clos-ecoop-87</link><guid isPermaLink="false">12209</guid><pubDate>Sun, 15 Jan 2006 16:45:11 GMT</pubDate><description>Paper by Richard P. Gabriel and Linda DeMichiel published at ECOOP 1987. It introduces the major ideas of CLOS: generic functions, classes and inheritance, method combination and the meta-object protocol.</description></item><item><title>Infornography - Gene Michael Stover's web site (Added)</title><link>http://www.cl-user.net/asp/web-sites/infornography</link><guid isPermaLink="false">12101</guid><pubDate>Sun, 15 Jan 2006 12:57:43 GMT</pubDate><description>Large collection of computing articles by Gene Michael Stover, many of which about learning and using Common Lisp.</description></item><item><title>Guide to good Lisp style (Added)</title><link>http://www.cl-user.net/asp/web-sites/Style%20guide</link><guid isPermaLink="false">11904</guid><pubDate>Thu, 12 Jan 2006 12:31:32 GMT</pubDate><description></description></item><item><title>The Evolution of Lisp (Added)</title><link>http://www.cl-user.net/asp/html-docs/lisp-evolution</link><guid isPermaLink="false">11432</guid><pubDate>Tue, 10 Jan 2006 17:23:34 GMT</pubDate><description>A paper by Guy Steele jr. and Richard P. Gabriel describing the different lisp dialects between and including McCarthy's Lisp 1.5 from 1960 and Common Lisp of today. It shows in 109 pages how the design choices, the underlying hardware, the purpose of the dialects and the competition influenced each other over the years and it gives a nice insight in how Common Lisp became what it is.</description></item><item><title>Gsharp - The Extensible, Interactive Score Editor (Added)</title><link>http://www.cl-user.net/asp/web-sites/gsharp</link><guid isPermaLink="false">11555</guid><pubDate>Sat, 07 Jan 2006 16:36:41 GMT</pubDate><description>Paper by Robert Strandh, September 2003.
It explains how to install and run the Gsharp musical score editor and perform basic operations. It also includes a reference manual, and discusses the program internals and main algorithms.</description></item><item><title>PCLOS Reference Manual (Added)</title><link>http://www.cl-user.net/asp/web-sites/pclos</link><guid isPermaLink="false">11553</guid><pubDate>Sat, 07 Jan 2006 15:31:11 GMT</pubDate><description>Hewlett-Packard HPL-91-182 technical report by Andreas Paepcke, 5 December 1991.
The document combines the manuals of versions 2.0, 2.1 and 3.0 of the CLOS-based PCLOS persistent object store. The first part provides and overview of the system, the others describe later modifications.</description></item><item><title>On using Common Lisp for Scientific Computing (Added)</title><link>http://www.cl-user.net/asp/web-sites/Preprint2002-40</link><guid isPermaLink="false">11533</guid><pubDate>Sat, 07 Jan 2006 15:18:11 GMT</pubDate><description>Paper by Nicholas Neuss. Proceedings of the CISC Conference 2002, LNCSE, Springer-Verlag, 2003.
It supports the use of Lisp for scientific applications by comparing the performance of C and Lisp implementations of BLAS routines, and by discussing the Femlisp finite element framework.</description></item><item><title>Using Common Lisp to Build Web Applications (Added)</title><link>http://www.cl-user.net/asp/web-sites/lispification</link><guid isPermaLink="false">11490</guid><pubDate>Fri, 06 Jan 2006 22:30:14 GMT</pubDate><description>&quot;Using Common Lisp to Build Web Applications - Can a 40 year old Computer Language do Web Applications?&quot;. Paper by Nicky Peeters, 20 June 2003.
After a short introduction to Lisp, the document discusses the KPAX web application framework for Common Lisp and two applications based on it: an RSS syndication system and the Psilog weblog system.
KPAX is also mentioned in the article &quot;Rebel With A Cause&quot; by Sven Van Caekenberghe, of whom Peeters is a colleague.
</description></item><item><title>Rebel With A Cause (Added)</title><link>http://www.cl-user.net/asp/web-sites/rebel-with-a-cause</link><guid isPermaLink="false">11489</guid><pubDate>Fri, 06 Jan 2006 22:23:34 GMT</pubDate><description>&quot;Rebel With A Cause - Building Web Applications with Common Lisp - Deploying on an Apple Xserve running Mac OS X Server&quot;. Article by Sven Van Caekenberghe, October 2003, First Revision.
The document &quot;is a case study in building Web Applications using Common Lisp and Object Prevalence and deploying them on an Apple Xserve running Mac OS X Server&quot;. It presents an example of a dynamic, interactive web site for a concert hall.</description></item><item><title>Fast Floating-Point Processing in Common Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/fast-floats</link><guid isPermaLink="false">11488</guid><pubDate>Fri, 06 Jan 2006 22:11:49 GMT</pubDate><description>Paper by R.J. Fateman, K.A. Broughan, D.K. Willcock and D. Rettig published in ACM Transactions on Mathematical Software (TOMS), Volume 21, Issue 1  (March 1995), pages 26-62.
The paper explores the benefits of Common Lisp for fast numerical computation, and compares it to Fortran in terms of efficiency of generated code.</description></item><item><title>Common Lisp B-level course (Added)</title><link>http://www.cl-user.net/asp/web-sites/common-lisp-97</link><guid isPermaLink="false">11487</guid><pubDate>Fri, 06 Jan 2006 22:04:19 GMT</pubDate><description>Notes from the lectures, spring of 1997, Mid-Sweden University - Sundsvall. Teacher and instructor for the labworks J.E. Spragg. These notes provide an introductory coverage of the Common Lisp language.</description></item><item><title>Some Useful Lisp Algorithms: Part 2 (Added)</title><link>http://www.cl-user.net/asp/web-sites/tr1993-017</link><guid isPermaLink="false">11486</guid><pubDate>Fri, 06 Jan 2006 21:51:04 GMT</pubDate><description>Collection of 3 technical papers written during 1992 and 1993 by Richard &quot;Dick&quot; Waters and submitted to the ACM Lisp Pointers journal.
The first paper, titled &quot;Using the New Common Lisp Pretty Printer&quot;, illustrates the use of the Common Lisp pretty printer by using it to print a subset of Lisp as Pascal.
The second, titled &quot;Macroexpand-All: An Example of a Simple Lisp Code Walker&quot;, presents the MACROEXPAND-ALL function for expanding all the macro calls in an expression. The implementation of MACROEXPAND-ALL is based on the CLtL2 version of Common Lisp.
The third paper, &quot;To NReverse When Consing a List or By Pointer Manipulation, To Avoid It; That Is the Question&quot;, discusses whether, for creating an ordered list of elements, it is better to push the items one at a time and then call NREVERSE, or to enter the elements in the list in the correct order.</description></item><item><title>Some Useful Lisp Algorithms: Part 1 (Added)</title><link>http://www.cl-user.net/asp/web-sites/tr91-04</link><guid isPermaLink="false">11234</guid><pubDate>Fri, 06 Jan 2006 21:38:55 GMT</pubDate><description>Collection of 3 technical papers written during 1991 by Richard &quot;Dick&quot; Waters and submitted to the ACM Lisp Pointers journal.
The first paper, titled &quot;Supporting the Regression Testing of Lisp Programs&quot;, presents the RT regression testing tool.
The second, titled &quot;Determining the Coverage of a Test Suite&quot;, presents a coverage analysis tool called COVER that helps in assessing the coverage of a test suite, such as one created for RT.
The third paper, &quot;Implementing Queues in Lisp&quot;, discusses why the obvious list-based implementation of queues is inefficient, and presents several different queue implementations.</description></item></channel></rss>