Scala's type system# Programming - 葵花宝典
c*w
1 楼
Strongly agree:
Scala’s powerful type system is a common source of academic exploration and
exercise (eg. Type level programming in Scala - http://apocalisp.wordpress.com/2010/06/08/type-level-programming-in-scala/). While a fascinating academic topic, these techniques rarely find useful application in production code. They are to be avoided.
from http://twitter.github.io/effectivescala/
If you are just starting learning Scala, check this out:
http://twitter.github.io/scala_school/
Scala’s powerful type system is a common source of academic exploration and
exercise (eg. Type level programming in Scala - http://apocalisp.wordpress.com/2010/06/08/type-level-programming-in-scala/). While a fascinating academic topic, these techniques rarely find useful application in production code. They are to be avoided.
from http://twitter.github.io/effectivescala/
If you are just starting learning Scala, check this out:
http://twitter.github.io/scala_school/