Hi. I read vtables.pod about making your own classes. It explains the 7 steps neccessary to get your new class compiled in after you've written the ..pmc, .c and .h files--if it is a build-in class.
I am just trying to implement a gsl_complex class for complex numbers, but I don't know how to make it known to parrot as a not build-in class. Boris.