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

reimplement process queue/context as semtrees #105

Open zippy opened 8 years ago

zippy commented 8 years ago

currently I implemented the processing architecture as c structs which a home-baked queuing system with mutexes etc.

To get #57 working I would naturally convert that into some form of semantic trees, I think I should just start with it as trees. This makes us face the other big issue, which is adding in mutexing for tree manipulations, which would probably also fix #77.