Dynalink is an invokedynamic-based high-level linking and metaobject protocol library. It enables creation of languages on the JVM that can easily interoperate with plain Java objects and each other.
It lets you write your language runtime in a way where you can think in higher-level abstractions than the invokedynamic bytecode instruction.
See the Online documentation to get started.
You can also check out the video of the talk given on Dynalink on the 2011 JVM Language Summit.
If you just want the binaries, you can get the releases from the Maven central repository. Frequent snapshots of the version under development are available in the Maven snapshot repository.
Dynalink is Open Source software, licensed under the Apache 2.0 license.