Dynalink

From JVMLangSummit
Revision as of 11:04, 20 July 2011 by Attila Szegedi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Speaker
Attila Szegedi
Project
https://github.com/szegedi/dynalink
Resources
Slides

Abstract

Dynalink 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.