neighbour-hoods / social_sensemaker

integration of `rep_lang` and Holochain
Other
25 stars 2 forks source link

Implement module system #5

Closed pospi closed 2 years ago

pospi commented 3 years ago

Authors of computations don't want to have to copy/paste library code into every computation. The interchange should provide for storage of library modules to the local sourcechain, and a means to import them into other computations.

We may want to provide user-definable string-based addressing for computations in order to resolve the less readable EntryHash identifiers.

mhuesch commented 2 years ago

redundant with https://github.com/sacredcapital/rep_lang/issues/47.