Functional Programing: stop using recursion, cons. Use map & vectors

asandroq asandroq at gmail.com
Mon May 23 03:52:07 EDT 2011


On May 23, 4:29 am, Deeyana <d.awlb... at hotmail.invalid> wrote:
>
> You might be interested in Clojure, then. Lists are more abstracted, like
> in Scheme, and vectors and also dictionaries/maps and sets are first
> class citizens along side lists. And unlike Scheme, Clojure has good
> library/host interop support. You can write real-world applications in it
> without spontaneously combusting.

     Nonsense. Several Scheme systems have excellent FFIs with more
than "good library/host interop support".

-alex



More information about the Python-list mailing list