Functional C++: Type Classes -- whanhee

A nice series on functional programming in C++

Functional C++: Type Classes

by whanhee

From the article

Type classes are a feature of Haskell which is very similar to the upcoming Concepts. Both define interfaces to a data type, which can be defined separately from the data, in contrast to member functions...

 

Add a Comment

Comments are closed.

Comments (2)

1 0

Andy Prowl said on Aug 17, 2013 11:59 AM:

The article is interesting, but the link seems broken (at least, it is for me).
Here is the correct link: http://functionalcpp.wordpress.com/2013/08/16/type-classes/
0 0

Cedric said on Aug 17, 2013 02:46 PM:

Thanks Andy, your link works.