Learning Scalaz

preview_player
Показать описание
Eugene Yokota demonstrates the purpose of Scalaz, how you can go about learning it, and shares a few type classes and data structures that can improve the style of any Scala program.

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

He put it pretty neatly. Covered few valuable points in this talk.

* Acquired behaviour - Type classes (Ad hoc polymorphism) over inheritance
* Programming using expression evaluation
* Quick review about category theory books.

Btw, I enjoyed his blog.

mohance
Автор

"1" == 1 it does not compile (already) in 2.10.11 - so that is not very true saying that it does in "2.10 or 2.11"

SergiiStarodubtsev
Автор

Well that was rather badly explained. Still lost...

Skyturnip