vvvv / VL-Language

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

[Proposal] Simple Class Inheritance #54

Open gregsn opened 2 years ago

gregsn commented 2 years ago

Quest #11

When making libraries available for VL you sometimes need to inherit from a base class. In order to do so can we just start with a reduced feature set like so:

we skip:

open questions: