Datatype-generic programming libraries for Scala

前端 未结 2 1476
梦如初夏
梦如初夏 2021-02-05 18:06

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 descr

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 18:46

    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...

提交回复
热议问题