5

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?

Community
  • 1
  • 1
oxbow_lakes
  • 133,303
  • 56
  • 317
  • 449

1 Answers1

3

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

Viktor Klang
  • 26,479
  • 7
  • 51
  • 68