Clojure Glossary

Browse 1 clojure terms defined in plain English, from the cultural dictionary of computing.

1 Clojure Terms

Transducer
A composable transformation that decouples the 'what' (map, filter, take) from the 'how' (list, stream, channel) — processing elements one at a time without...

Related Topics