Re: Koch figures
- From: Frank Buss <fb@xxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 10:11:52 +0200
>> http://groups.google.de/group/comp.lang.lisp/browse_thread/thread/05631fa93379bca8/248b67466ca2aa7d
LuisGLopez wrote:
> Frank... wow! That code is certainly much more general! I love the pdf
> result!!!!
thanks, but after looking again at it, the code is not very good, because
in the meantime I've learned a bit more CL. For example there is something
like this in it:
(if (sometest)
nil
(someresult))
which should be written (unless (sometest) (someresult)). And (loop for i
from 0 to (1- x) should be rewritten with "below" etc.
Besides this minor things I'm sure the code structure could be simplified.
I don't have the time to clean it up, but perhaps someone in this newsgroup
wants to do it?
--
Frank Buß, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.
- Follow-Ups:
- Re: Koch figures
- From: Marc Battyani
- Re: Koch figures
- References:
- Koch figures
- From: LuisGLopez
- Re: Koch figures
- From: LuisGLopez
- Koch figures
- Prev by Date: Re: C++ and lisp and Games
- Next by Date: Re: Lex, Yacc, and Lisp...
- Previous by thread: Re: Koch figures
- Next by thread: Re: Koch figures
- Index(es):
Relevant Pages
|