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

2011-05-24 Thread asandroq
On May 24, 12:27 am, Deeyana wrote: > > Classic unsubstantiated and erroneous claim. Scheme does not come OOTB > with any suitable libraries for host interop and though it can make calls > to C libraries, doing so is awkward and involves difficulties with the > impedance mismatch between Scheme's

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

2011-05-23 Thread asandroq
On May 23, 4:29 am, Deeyana 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 wri