Re: Lisp Design Patterns
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Mon, 29 Sep 2008 19:25:34 +0200
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/
.
- Follow-Ups:
- Re: Lisp Design Patterns
- From: Pascal Costanza
- Re: Lisp Design Patterns
- References:
- Lisp Design Patterns
- From: vttoonses
- Re: Lisp Design Patterns
- From: Pascal Costanza
- Re: Lisp Design Patterns
- From: Rainer Joswig
- Re: Lisp Design Patterns
- From: Pascal Costanza
- Lisp Design Patterns
- Prev by Date: Re: Lisp Design Patterns
- Next by Date: Re: Lisp Design Patterns
- Previous by thread: Re: Lisp Design Patterns
- Next by thread: Re: Lisp Design Patterns
- Index(es):