Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created April 29, 2010 04:20
Show Gist options
  • Save bensonk/383133 to your computer and use it in GitHub Desktop.
Save bensonk/383133 to your computer and use it in GitHub Desktop.
import org.someplace.projname.{Ingester,Processor,OutputCleaner,Formatter};
object MifPipeline extends MifPipelineBuilder {
def main(args: String[]) {
"stdio://in" -> Ingester -> Processor -> OutputCleaner -> Formatter -> "stdio://out"
}
}
@bensonk
Copy link
Author

bensonk commented Apr 29, 2010

graphviz inspired syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment