4 Sep
2010
4 Sep
'10
1:57 p.m.
Yes, Java has it, so that part was evidently cut out. ChucK has a class Chuck_VM_Object from which it seems the other classes are derived. File chuck_type.h starts with an enum for various basic types. This would be typical for a C implementation of RTTI. On 4 Sep 2010, at 18:33, Stefan Blixt wrote:
No, Java has the class member and instanceof operator, which would take care of this problem. These are missing in ChucK.
/Stefan