vvvv / VL-Language

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

[Quest] Class inheritance #11

Open tebjan opened 4 years ago

tebjan commented 4 years ago

There are two scenarios to this:

Inherit from third party class:

Patch base and subclass:

Current problems