A related question: how can virtual machines execute queries? I think we could build a sort of generic interface where VMs are passed a query
function that implements this kind of functional namespace. That should be sufficient for pretty much everything. Queries will only make sense in certain contexts - e.g. in transaction functions, but not in resource logics - so we shouldn’t pass this function all the time, only in those contexts which make sense.