Shapeless: Exploring Generic Programming in Scala

preview_player
Показать описание
In the second presentation from the 2012 Northeast Scala Symposium, Miles Sabin introduces us to 'shapeless'. Generic (aka polytypic) programming involves parametrizing programs in terms of the "shape" of the data types they operate on, going beyond what's possible with simple type parametrization. In the Haskell world it's exemplified by Scrap your Boilerplate and related projects.

Shapeless is an exploration of this space in Scala, and this presentation shows some of its capabilities and applications and also explains some of the type class and dependent type based implementation techniques involved.

Рекомендации по теме
Комментарии
Автор

"looks like functions, but are values" in scala functions are always values, ore objects of type Function.

krux
join shbcf.ru