> You can get much of the benefit of dynamic typing by using Scala's
> structural typing:http://codemonkeyism.com/scala-goodness-structural-typing/
Yeah pasting a "schema" on the fly like that allows for easy
reflection, but not interoperability i.e. talking to Python/Ruby/
JavaScript or even the underlying native platform as with the
following C#:
((dynamic)new PInvoke ("libc")).printf("Dynamic yet native Hello
world");
> I'm more and more convinced that the "bad taste in the mouth" people
> complain about is born of ignorance.
I admit there might be an element of that, OTOH there seems to be good
evidence that Scala really isn't as easy to approach as Java and as
such, is hardly a candidate for _replacing_ it.
--
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.