|
|
|
|
|
by wvlia5
2497 days ago
|
|
I'm referring to transducers as in clojure. You can compose 2 'map' transducers, and that results in a single 'map' of the composed mapping-functions. That's to say that the two expressions you wrote would result in the same computations if you expressed them in terms of transducers. |
|
However, I was using my my example exactly as an example; I was after a symbolic manips app.
The issue of the cost of naively compiled functional languages matters to me as bad performance will kill a good thing.