Marat Salikhov
Marat Salikhov

Reputation: 6607

Datatype-generic programming libraries for Scala

I'm looking for a Scala library allowing for datatype-generic programming (like Scrap Your Boilerplate, for example). A list of libraries with appropriate links and short descriptions for each one would be a perfect answer.

Upvotes: 12

Views: 802

Answers (2)

Jacques Carette
Jacques Carette

Reputation: 3135

Christian Hofer, Klaus Ostermann, Tillmann Rendel and Adriaan Moors's Polymorphic Embedding of DSLs has some accompanying code which is 'very generic'. They cite Finally Tagless, Partially Evaluated as an 'important influence', which endears this paper to me for some reason...

Upvotes: 4

Francois G
Francois G

Reputation: 11985

Well,

Upvotes: 7

Related Questions