Why is Python popular, while Lisp and Scheme aren't?

Kenny Tilton ktilton at nyc.rr.com
Tue Dec 3 23:11:14 EST 2002


Courageous wrote:
>... (you didn't mention loop, I did, hint, hint) ...

loop? never heard of it. :)

or... loop? no way, not enough parens.

i am thinking of breaking down and learning some core loop since I 
gather it /does/ express succinctly some of the stuff I have to do 
byhand to keep efficient, such as:

   (let (result)
    (dolist (x l (nreverse result))
       (unless (run-away x)
          (push x result))))

btw, I never read any code, even my own. if I look at it, I rewrite it. 
(i try not to look.)

-- 

  kenny tilton
  clinisys, inc
  ---------------------------------------------------------------
""Well, I've wrestled with reality for thirty-five years, Doctor,
   and I'm happy to state I finally won out over it.""
                                                   Elwood P. Dowd




More information about the Python-list mailing list