Slava, Have you thought about having M: doing the work of GENERIC: if a method of that name doesn't exist yet?
Also, I've noticed some redundancy in method definitions: M: grand-quux do-it ( a b c grand-quux -- ) ... ; I.e. I often have the class in the stack effect as well as after the M:. Maybe M: should take it's class from the stack effect. M: do-it ( a b c grand-quux -- ) Lastly, maybe a stack effect with no -- should mean that nothing is put on the stack. Ed ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
