By mswatcher
via claylabs.com
Submitted: Jan 22 2013 / 04:29
If you've written generic programs with C++ templates, you know how verbose it is. This is because type names are longer in generic code. Clay solves this problem elegantly by providing whole program type propagation. Generic programming, when combined with whole program type propagation lets you write high-level code rivaling scripting languages in conciseness.
Add your comment