DevL / trancedeuce

Transducer experiments in other languages than Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trancedeuce

Transducer experiments in other languages than Clojure

What is a transducer?

A transducer (sometimes referred to as xform or xf) is a transformation from one reducing function to another

From the Clojure documentation

What's up with the name of this repository?

I'm being vaguely punny. The inspiration comes from the name of an 80s band and the fact that implementing transducers in something else than Clojure might be considered an unholy thing.

About

Transducer experiments in other languages than Clojure

License:MIT License


Languages

Language:Python 71.3%Language:Makefile 28.7%