Clojure transducers

Puming via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 30 23:08:44 PDT 2014


Clojure is introducing a new way of composing functions (reducers 
this time), called transducers. It looks similar to 
composition/binding of functions, but somehow different. My 
functional-fu is not that deep to understand the statement 
"transducers are as fundamental as function composition" but it 
seems quite interesting. What is D's attitude toward this concept?

Here is a blog I read about transducers today:

http://thecomputersarewinning.com/post/Transducers-Are-Fundamental/


More information about the Digitalmars-d mailing list