darrenarmstrong85 / scientist

q scientist library implementation
Apache License 2.0
0 stars 0 forks source link

Allow to take variable number of arguments #2

Closed darrenarmstrong85 closed 7 years ago

darrenarmstrong85 commented 7 years ago

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::