plasmodic/ecto

graph is a module

Closed this issue · 2 comments

Define a method for exporting an existing graph as a module/black box for inclusion in another module.

does this relate to the python-dependency-optional issue... should the representation be snakeless?

I think it should be a c++ transform of a plasm... Some how.

plasm = ecto.Plasm()
plasm.connect(...)
plasm.connect(...)
return plasm.to_module("Document it",(in1,in2),(out1,out2,out3))

Something along these lines might be convenient.