Skip to content

timdeputter/theriac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theriac Build Status Hex.pm package version Coverage Status License

Implementation of Transducers in elixir. This was a fun way to learn more about the functional side of elixir, and I also thought having transducers in elixir could be useful. But after I realized that transducers and streams are the same (some minor differences in implementation) I stopped work on this project. Transducers are more push oriented and streams are pull, but if you have a receiving function as source, streams can be push based too.

So, long story short, if you need something like transducers in elixir, use streams.

License

Check LICENSE file for more information.

About

Transducers implementation in the elixir programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages