套件: libdynalang-java (0.4-3)
libdynalang-java 的相關超連結
Trisquel 的資源:
下載原始碼套件 dynalang:
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Torsten Werner
外部的資源:
- 主頁 [dynalang.sourceforge.net]
相似套件:
JVM Dynamic Languages Metaobject Protocol
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.