quack-and-fly person "Jules Verne"
Haskell would keep it from conflicting with currying: quack-and-fly (person "Jules Verne")
Did you have some other way to avoid the conflict?No, that's a reasonable way to solve it. But I still would like optional args, variable args, and vaus. Wheee a dynamic Haskell with vaus~
Hmm... with a little syntax, you could write this:
quack-and-fly: person "Jules Verne"
That's like the . operator in Haskell.-----