Difference between revisions of "Dynalink"

From JVMLangSummit
Jump to navigationJump to search
(New page: ;Speaker: Attila Szegedi ;Project: https://github.com/szegedi/dynalink)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
;Speaker: Attila Szegedi
 
;Speaker: Attila Szegedi
 
;Project: https://github.com/szegedi/dynalink
 
;Project: https://github.com/szegedi/dynalink
 +
;Resources: [[Media:Dynalink_2011_JVM_Language_Summit.pdf | 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.

Latest revision as of 11:04, 20 July 2011

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.