Paketname | libdynalang-java |
Beschreibung | The JVM Dynamic Languages Metaobject Protocol Library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.4-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 1556 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | dynalang |
Paketgröße | 176132 Byte |
Prüfsumme MD5 | 327fd03396e768afa317d3a2d9b3a135 |
Prüfsumme SHA1 | cb165119a8c985218c17566d100c2782a0266a9e |
Prüfsumme SHA256 | 75882136632d402a7a7ba24efb648287b89108fe71ee96155e8a2ff55d3eb4ae |
Link zum Herunterladen | libdynalang-java_0.4-1_all.deb |
Ausführliche Beschreibung | This library aims to make it possible for objects created by a runtime for one
dynamic language to be passed to and manipulated by a different dynamic
language, running within the same JVM. More generally, it aims to provide a
facility where an arbitrary system (usually a language runtime) can intuitively
manipulate any arbitrary object model built atop of Java objects (usually the
native object model of some other language).
.
Basically, it provides a unified mechanism that all dynamic languages on the
JVM can use to inter-operably manipulate their own objects as well as objects
from any other language that also uses this mechanism.
|