zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
89 stars 17 forks source link

convert signatures to just use STRUCTURE defintion #143

Open zippy opened 8 years ago

zippy commented 8 years ago

we want greater optionality in process signatures, but the solution isn't to add that to the whole signature thing, but just to reuse what's already built into structure definitions. This means defining processes's parameters either with a named structure as the signature (perhaps) with an anonymous structure def. The output signature should similarly just be a symbol. The current SIGNATURE_PASSTHRU idea also has to be addressed, see #74