新的 scala Dynamic 类型有什么作用?
可能的重复:
Scala 中动态类型的实际使用
Possible Duplicate:
Practical uses of a Dynamic type in Scala
It has just been tweeted that Martin Odersky has just added Dynamic
into trunk. Apparently, this is HUGE. Why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Dynamic 添加了开发人员驱动的动态绑定(动态调度),并为 Scala 提供了动态类型功能的子集。
请参阅 Jorge Ortiz 的这个馅饼:
http://pastie.org/1469174
Dynamic adds developer driven dynamic binding (dynamic dispatch) and gives a subset of the features of dynamic typing to Scala.
See this pastie from Jorge Ortiz:
http://pastie.org/1469174