[chuck-users] static function overloading

Kassen signal.automatique at gmail.com
Tue Sep 8 13:50:03 EDT 2009


Stefan;
> I'm personally a bit confused abut
> the static concept in ChucK, since we can put stuff on "the ground" outside
> class space, but maybe it's useful for the include file trick.


the main use comes from static members in public classes, which are
the one and only way to share data (and functions, and UGens....)
across the whole VM.

Kas.


More information about the chuck-users mailing list