merits of Lisp vs Python

Paul Rubin http
Sun Dec 17 23:19:49 EST 2006


xscottg at gmail.com writes:
> So don't (poke (random) value).  That would be obvious to anyone
> capable of writing a device driver in C or Lisp or Oberon or ....

Similarly in C programs, don't do

  *random = 0;

Avoiding that is easier said than done.  C programs suffer endless
bugs of that type.



More information about the Python-list mailing list