zippy / ceptr

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

add ability to associate processes with structures and symbols #75

Closed zippy closed 8 years ago

zippy commented 8 years ago

Most structures need equality and ordering processes. most need transformation processes. Many symbols limit range of variability of a structure, e.g. shoe-size and lat, both structured as integers admit different "values".

zippy commented 8 years ago

A question: do we include the process definitions inside the structure/symbol definition, or do we refer to a process defined in the processes def list.

zippy commented 8 years ago

Now that we've implemented TRANSCODE, this becomes more important because it's necessary to implement generalized translation across structures/symbols.

zippy commented 8 years ago

8f16090726f31a1 adds basics for linking processes (operators/transcoders/validators) to symbols/structures/processes

zippy commented 8 years ago

Still missing, are implementation for doing this from base_defs

zippy commented 8 years ago

c52fc540e adds process linking to base_defs