Lambda the Ultimate

inactiveTopic Conference on Generic Programming
started 6/18/2001; 6:05:34 AM - last post 6/18/2001; 6:05:34 AM
Ehud Lamm - Conference on Generic Programming  blueArrow
6/18/2001; 6:05:34 AM (reads: 594, responses: 0)
Conference on Generic Programming
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 got a quite a lot of attention here on LtU.
Posted to general by Ehud Lamm on 6/18/01; 6:05:50 AM