vvvv / VL-Language

The official repo for the design of the VL programming language
31 stars 0 forks source link

[Quest] Overloading #40

Open sebllll opened 3 years ago

sebllll commented 3 years ago

Overloading is a powerful tool - and VL even supports it when it comes to choosing overloads.

So, this quest is about the other way: offer 2 or more MyOp operations in your class, where the user can choose from later.

This is not so important when it comes to usual operations, where you always can just create as many as you want. But the constructor can only be patched once and no overloading is possible.