merits of Lisp vs Python

André Thieme address.good.until.2006.dec.22 at justmail.de
Fri Dec 15 13:55:41 EST 2006


William James schrieb:

> def nif num, pos, zero, neg
>   send( num>0 ? pos : (num==0 ? zero : neg) )
> end

btw, your nif body is built out of 13 tokens, so more
complicated than the Python version.


André
-- 



More information about the Python-list mailing list