On Thursday 10 Nov 2011 18:45:25 Waldek Hebisch wrote: > Martin, > > In scene.spad.pamphlet you copy code with comment: > > ---- start of common code to all SPointCategory implementations ---- > -- I would like to define these in SPointCategory but that won't work > -- due to lack of polymorphism in spad > > AFAICS putting this code in SPointCategory is supposed to work. > Did you have problem or maybe you just assumend that it would > not work?
I tried it and I could not get it to work. But before anyone jumps on me, I probably don't mean polymorphism though. What I probably meant is there is no dynamic linking to function calls so code in a category can't call functions in domain that is derived from it. Martin -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
