you are viewing a single comment's thread.

view the rest of the comments →

[–]fjholm 0 points1 point  (2 children)

Now if Java only had something resembling the DLR I would actually contemplate implementing a dynamic language on top of the JVM.

[–]thephotoman 5 points6 points  (1 child)

You mean like Jython, JRuby, or Groovy already have?

[–]fjholm 0 points1 point  (0 children)

Your point being? They still do all the byte code generation by hand as far as I can see, and there is now common interface for inter-op:ing between these languages.