Generic Programming
Broschiertes Buch

Generic Programming

IFIP TC2 / WG2.1 Working Conference Programming July 11-12, 2002, Dagstuhl, Germany

Herausgegeben: Gibbons, Jeremy; Jeuring, Johan
Versandkostenfrei!
Versandfertig in 6-10 Tagen
75,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
38 °P sammeln!
Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic program are often quite rich in structure; for example, they may be other programs, types or type constructors, class hierarchies, or even programming paradigms.Generic programming techniques have always been of interest, both to practitioners and to theoreticians, but only recently have generi...