As a scientist user, I want to be able to call functions with any legal number of arguments
kdb allows functiions to take 0-8 arguments. Cater for this.
Plan
As we want to be able to call 8 Will not be able to use any form of binding to achieve this. Will probably need to create some kind of 'registry' of and create dynamic functions which reference this registry with the given number of args.
Test specs
Scientist API::
should allow you to create experiement functions with 0-8 arguments
As a scientist user, I want to be able to call functions with any legal number of arguments
kdb allows functiions to take 0-8 arguments. Cater for this.
Plan
As we want to be able to call 8 Will not be able to use any form of binding to achieve this. Will probably need to create some kind of 'registry' of and create dynamic functions which reference this registry with the given number of args.
Test specs
Scientist API::