Skip to content

AmitKumarDas/dynalink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 on Dynalink given during the 2011 JVM Language Summit, as well as slides and video of the talk about integration of Dynalink and Nashorn given during JavaOne 2012.

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.

Build Status

About

Dynamic Linker Framework for Languages on the JVM

Resources

Stars

Watchers

Forks

Packages

No packages published