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

complete passthrough/any connection #74

Open zippy opened 8 years ago

zippy commented 8 years ago

in signatures we now use SIGNATURE_PASSTHRU in the result to mean that the result will match what's comes from the what the SIGNATURE_ANY params get reduced to, (or what value is specified in RESULT_SYMBOL style functions like STREAM_READ or CONCAT_STR)

at some point we need to add in the stuff that actually takes advantage of/ checks this equality. Possibly in the IDE, i.e. it should help you not make mistakes in where you put processes with that kind of signature.

zippy commented 8 years ago

This is probably obsoleted by #143