11 Dec
2015
11 Dec
'15
10:31 a.m.
On Dec 11, 2015, at 9:54 AM, Matthew Newton <mcn4@leicester.ac.uk> wrote:
Parameters are used at the moment for modules and policies, just in a really ugly way by having to set or read temporary attributes.
Yes. That's been a long-time issue.
It's much the same way as you use parameters for C functions, but behind the scenes those values get put into CPU registers. The parameters are much easier to comprehend (assuming the syntax is sane).
Do you have suggestions for syntax? Alan DeKok.