Re: Lisp Design Patterns



In article <6kcfteF794tfU1@xxxxxxxxxxxxxxxxxx>,
Pascal Costanza <pc@xxxxxxxxx> wrote:

Rainer Joswig wrote:
In article <6k6r6jF6dpc7U1@xxxxxxxxxxxxxxxxxx>,
Pascal Costanza <pc@xxxxxxxxx> wrote:

If you think you know what a design pattern is, please double-check:

http://c2.com/cgi/wiki?SimplyUnderstoodCode

So, for example aligning the slot descriptions is a design pattern:

(defclass foo-class (bar-class)
((name :accessor foo-name :type string)
(number :accessor foo-number :type integer))

No, because this is too specific for this concrete situation.

Why that? Aligning like that can be used in many contexts
when using multiple property lists.



See http://c2.com/cgi/wiki?PatternDefinition

Pascal

--
http://lispm.dyndns.org/
.