Live data from Hacker News

Variadic.js - A JavaScript library for expressive variadic functions

github.com

1–3 of 3 posts

Re: Variadic.js - A JavaScript library for expressive variadic functions

#2
Looks like a nice library, but I'm not in love with the syntax; I find it a bit confusing TBH... But it packs some nice features, specially the validation and precendece awareness. A simple overloading helper works for my needs though, ie: https://gist.github.com/elclanrs/8515458

Re: Variadic.js - A JavaScript library for expressive variadic functions

#3
post #2

Looks like a nice library, but I'm not in love with the syntax; I find it a bit confusing TBH... But it packs some nice features, specially the validation and precendece awareness. A simple overloading helper works for my needs though, ie: https://gist.github.com/elclanrs/8515458

Thanks for the feedback! If you have any ideas about how you would change the syntax, I'd love to hear them.

And that overloading helper function is cool :)