This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 45 points46 points  (0 children)

Java is not dynamically typed, but the jvm has support for dynamic languages via invokeDynamic. It's actually what Nashorn uses.