[Openmcl-devel] make-keyword
Hans Hübner
hans.huebner at gmail.com
Thu Oct 22 02:15:16 PDT 2009
On Thu, Oct 22, 2009 at 10:32, Taoufik Dachraoui
<taoufik.dachraoui at wanadoo.fr> wrote:
> I implemented make-keyword using read-from-string, how is this
> compared to using intern?
Always use the most specific operator. Using READ-FROM-STRING where
an INTERN will do is very confusing to the reader, as READ-FROM-STRING
can do anything whereas INTERN does something very specific. Same
goes for WHILE vs. IF if there is no else clause, DOTIMES vs LOOP if a
counter starting at 0 is required etc.
More information about the Openmcl-devel
mailing list