标签: scala
可能重复: Practical uses of a Dynamic type in Scala
Martin Odersky刚刚将Dynamic添加到主干中just been tweeted。显然, this is HUGE 。为什么呢?
Dynamic
答案 0 :(得分:3)
Dynamic添加了开发人员驱动的动态绑定(动态调度),并为Scala提供了动态类型的一部分功能。
见Jorge Ortiz的这个牧师:
http://pastie.org/1469174