You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we get arrays (#35#116#208) (could also be simply limited to U120-tuples) we can implement an Eval operation that deserializes the array to a statement and executes it.
That way we can, for example, implement contracts that manage namespaces. The user would submit the serialized definition plus authentication that would be checked and then the statement would be executed on the behalf of the contract.
// `code` is a statement that deploys code on a namespace // that which is owned by `NamespaceManager fun(NamespaceManagercodexyz){(NamespaceManagercodexyz)=if(Allowedcodexyz)then{ask(Runcode);(Done #1)}else{(Done #0)}}
If we get arrays (#35 #116 #208) (could also be simply limited to U120-tuples) we can implement an
Eval
operation that deserializes the array to a statement and executes it.That way we can, for example, implement contracts that manage namespaces. The user would submit the serialized definition plus authentication that would be checked and then the statement would be executed on the behalf of the contract.
related to #172
cc @o-santi
The text was updated successfully, but these errors were encountered: