Generics experiment

at 2006-04-30 in Experiments by friebe (0 comments)

This is an experiment to show how rudimentary generics support could be embedded into the XP framework.

Generics in general
Think of generics as specifications of a type's component(s). For example, a List<string> is a list of strings, and a Map<string, Object> is a map of strings and Objects.

Further reading

More
The generics experiment: Sourcecode and README



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases

Related

Find related articles by a search for «Generics».