Updated regularity (markdown)

Simon Brooke 2019-01-23 22:26:10 +00:00
parent 15388ed0db
commit 49f9bf1182

@ -17,6 +17,6 @@ which would be accessed
(companies:methods:payroll acme))
```
But salary is not a property of a company, it's a property of an employee; so what is this thing called `do-something-to-get-salary`? It's a method on the regularity of employees, so in this example, is is `::shared:pool:employees:methods:salary`.
But salary is not a property of a company, it's a property of an employee; so what is this thing called `do-something-to-get-salary`? It's a method on the regularity of employees, so in this example, it is `::shared:pool:employees:methods:salary`.
There are issues that I haven't resolved yet about the mutability of regularities and homogeneities; obviously, in order to provide multi-user visibility of current values of shared data, some regularities must be mutable. But mutability has potentially very serious perfomance issues for the hypercube architecture, so I think that in general they should not be.