remotely icon indicating copy to clipboard operation
remotely copied to clipboard

Allow for environments to be added

Open stew opened this issue 10 years ago • 0 comments

@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and we can do something like:

(env1 |+| env2).serve(addr) ...

This would allow for remote functions to be logically grouped, and the later composed.

stew avatar Feb 03 '15 16:02 stew