Comment on Cello – Higher Level Programming in CComments−_RPM11yHow are you implementing the dynamic type interface? Discriminated union?−orangeduck11yIt uses raw pointers (void*) and something a little like a vtable: http://libcello.org/documentation/hacking
Comments
How are you implementing the dynamic type interface? Discriminated union?
It uses raw pointers (void*) and something a little like a vtable: http://libcello.org/documentation/hacking