merits of Lisp vs Python

Petter Gustad newsmailcomp6 at gustad.com
Tue Dec 12 11:48:01 EST 2006


Robert Uhl <eadmund42 at NOSPAMgmail.com> writes:

> that for can understand new objects; CL LOOP is not extensible, unless I
> have missed something big, but it's simple enough to write a
> map-new-object or loop-new-object or whatever).

There is no standard way to extend loop, but most of the major vendors
let you extend it using add-loop-path. In CLSQL you can do stuff like

(loop for (time event) being the tuples of "select time,event from log"
      from *my-db*
      do ... )

Petter
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?



More information about the Python-list mailing list