Always remain updated about current software development trends

Articles by AR4539

Scala's upcoming dynamic capabilities

I was surprised to see the Scala team check in a new "Dynamic" trait into Scala trunk recently. Once this trait is mixed in to your class, any unresolved method calls are passed to an invokeDynamic() method, much like Ruby's method_missing. In this blog,...

  • Page 1 of 1
  •