weiroll / weiroll.js

A high-level javascript transpiler for weiroll
https://weiroll.github.io/weiroll.js/
MIT License
53 stars 10 forks source link

Polymorphism in function calls? #6

Open Arachnid opened 3 years ago

Arachnid commented 3 years ago

It'd be nice if we could have the function stub for each function that has multiple overloads understand polymorphism and which of the overloads to call - but this may be too difficult and/or error-prone.