All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dynalink.0.2.source-code.overview.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.7
Show newest version

  
    Dynamic Linker Framework for Languages on the JVM
  
  
    

This is an implementation of invokedynamic-based multi-language linking and metaobject protocol framework. Such framework allows JVM classes emitted by one language runtime to invoke methods, read and write properties, and so forth, on objects from a different language runtime, within a single JVM instance. As a special case, it can be conveniently used to manipulate POJOs from non-Java language runtimes running on the JVM.

For detailed usage instructions, see the online documentation.

This project is hosted on GitHub.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy