merits of Lisp vs Python
Jon Harrop
jon at ffconsultancy.com
Sun Dec 10 03:57:03 EST 2006
Paul Rubin wrote:
>> That is a deficiency of Python that doesn't exist in modern FPLs like
>> OCaml, SML, Haskell, F#...
>
> Nothing stops you from re-using the same internal function name in
> your Python code, like you might use "i" as a throwaway loop index in
> several places in the same function. It's just like in Scheme...
It is not "just like in Scheme" if you don't have anonymous functions in
Python.
--
Dr Jon D Harrop, Flying Frog Consultancy
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists/index.html?usenet
More information about the Python-list
mailing list