It would be worth investigating the possibility of OPTIONAL "dictionary" based function arguments. this would help solve three current limitations - variable length args, named args, default args. I'm not sure if this is a good idea, but it's definitely worth an explore.
It would be worth investigating the possibility of OPTIONAL "dictionary" based function arguments. this would help solve three current limitations - variable length args, named args, default args. I'm not sure if this is a good idea, but it's definitely worth an explore.