Xref: utzoo comp.lang.lisp:2436 comp.lang.prolog:2168 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!odi!dlw From: dlw@odi.com (Dan Weinreb) Newsgroups: comp.lang.lisp,comp.lang.prolog Subject: Re: Lisp and Prolog Style Message-ID: <1989Nov22.214433.8658@odi.com> Date: 22 Nov 89 21:44:33 GMT References: <8911211401.aa25148@PARIS.ICS.UCI.EDU> Reply-To: dlw@odi.com Organization: Object Design, Inc. Lines: 5 In-Reply-To: Schwamb@ics.UCI.EDU's message of 21 Nov 89 22:04:12 GMT I don't know of a "style guide" per se, but you might look at the textbook "Lisp: A Gentle Introduction to Symbolic Computing". He uses very good Common Lisp style. For the higher level issues (e.g. why not to call EVAL all over the place, when to use and not use macros) he gives excellent explanations.