« earlier | later » Page 1 of 1
Bite-sized advice on modern C++, from developers at Google. Feels much like the old C++ FAQ Lite entries. Worth a look for CMP201 students.
to c++ cmp201 generics language-design programming templates ... on 25 October 2018
A modern C++-style language; uses Haskell-ish type inference techniques to allow reasonably pretty generic programming.
to c++ generics language-design type-inference types ... on 14 December 2013
Programming language with type propagation for generics (and reasonably clean syntax).
to generics language-design software type-systems ... on 03 January 2011
[Hs-Generics] Data.Generics with GPS (using Maps to avoid getting lost in Data)
It appears Claus has been working on SYB+Uniplate too...
to generics haskell programming ... on 01 August 2008
HS XML queries via SYB3 like generic transformations
Another generic transformations approach, with some HsXML examples. It appears from the provided code to be a "semi-structured data" system, which may be exactly what we want.
to compiler generics haskell research ... on 07 October 2006
Generic Programming with Strafunski
Another library along the lines of Data.Generics.
« earlier | later » Page 1 of 1
- generics | |
2 | c++ |
1 | cmp201 |
1 | compiler |
6 | generics |
3 | haskell |
3 | language-design |
2 | programming |
2 | research |
1 | software |
1 | templates |
1 | type-inference |
1 | type-systems |
1 | types |
tasty by Adam Sampson.