I've just did a big update to the easyflow library
You can already get easyflow v0.3.0 on deken or on githubhttps://github.com/HenriAugusto/easyflow!
Since this is a big update be sure to read the change loghttps://github.com/HenriAugusto/easyflow/blob/master/changeLog.md!
(There is some minor backwards incompatible changes)
Some highlights of new abstractions:
-[dictionary] - getting and retrieving (key,value) pairs -[listCollect] - useful for reconstructing lists after processing them element-wise -[iterator] - list iterator -[public][private][member][getMember][setMember][method][callMethod][methodInput][methodOutput][objAccess] - experimental workflow to give more control over data sharing across patches.
big bugfix:
-the library now can be used in OS with case-sensitive file system