Lisp mentality vs. Python mentality

Paul Rubin http
Sat Apr 25 04:03:54 EDT 2009


Carl Banks <pavlovevidence at gmail.com> writes:
> Python programmer:
> 
> a == b.  Next question.

in lisp you'd use (equal a b)



More information about the Python-list mailing list