If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!
Tuesday, July 9, 2013
constructing simple pipelines in Scala
Playing a bit with constructing pipelines logically in Scala.
A pipeline MUST start with a generator, folllowed by 0 to many transformers and MUST end with a serializer.
No comments:
Post a Comment