|
Good point, by default it would be positional parameters. It may be possible though to add support for named parameters by (automatically) registering a function taking a parameter object which then delegates to the function to be invoked. The attributes of the parameter object could be populated from given named parameters.
|