organizing lisp code
- From: liyer.vijay@xxxxxxxxx
- Date: 30 May 2006 13:21:20 -0700
Hi
Is there any convention for organizing lisp code into different files?
I'm most used to Java where every class goes into it's own files (with
a few exceptions, of course) but that seems overkill in lisp where a
defclass would probably be just a few lines at most.
In another post, it was discussed that the defgeneric's be in defined
on their own since in CLOS methods don't belong to the classes
themselved.
Any suggestions welcome.
Thanks
Vijay Lakshminarayanan
.
- Follow-Ups:
- Re: organizing lisp code
- From: Pascal Costanza
- Re: organizing lisp code
- From: JesusWaffle
- Re: organizing lisp code
- Prev by Date: [OT] Re: default float point types (GCL vs CMUCL)
- Next by Date: Re: Just can't hear enough about Cells?
- Previous by thread: If you get Dr. Dobb's ...
- Next by thread: Re: organizing lisp code
- Index(es):