Scheme already has tons of polymorphic procedures, e.g. CONS. It is easy to write a generic length procedure that works on lists, vectors, strings, etc.
But in general this kind of programming is overrated. Object-oriented languages have failed miserably in delivering on their initial promise. _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
