0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Aqueductron lets you create a path for data, then flow data through it, then find the results at the end. It encourages a functional style, avoiding mutable values. It uses iteratees to let the path change itself as the data passes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

aqueductron

Because your data should flow like water through a channel.

Except for the part where water can only take one path -- your data may take many paths, or none.

First, build your duct. The following pieces are available: Simple End Pieces answer: perform a combining operation that summarizes messages into one value of the same type as the messages.

Question for O Ye Rubyist: I want to declare the method "draw" at a high level. All Pieces and Results should have this method. I want to document it in one place, this saving me duplicate documentation and (more importantly) declaring that the method means the same thing and is expected to follow the same contract in all those places. Como puedo?