The Artima Developer Community
Sponsored Link

Java Community News
JVM-Level Support for Dynamic Languages Proposed

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

JVM-Level Support for Dynamic Languages Proposed Posted: Mar 1, 2006 8:18 AM
Reply to this message Reply
Summary
A recently submitted Sun JCP JSR aims to add dynamic language support to Java at the virtual machine level. An invokedynamic keyword is proposed, along with hotswapping, the ability to modify the structure of Java classes at runtime.
Advertisement
JSR 292, Supporting Dynamically Typed Languages on the Java Platform, proposes to add dynamic language support to Java at the JVM level. While it's already possible to run scripting language code in the VM for which there is a Java-based language-interpreter, JSR 292 goes much further, and proposes to add dynamic language support at the JVM instruction set level. That would provide much better, and faster, support for such languages, with the possibility of making the Java VM a general-purpose dynamic language execution platform.

Here's a snippet from the proposal:

To make it easier to produce performant, high quality implementations of [dynamic] languages, we propose to add support at the virtual machine level.

Specifically, we seek to add a new JVM instruction, invokedynamic, designed to support the implementation of dynamically typed object oriented languages. We will also investigate support for hotswapping, the capability to modify the structure of classes at run time.

Gilad Blaha's initial proposal for dynamic language support is available in PDF: Invokedynamic draft spec.

Topic: JVM-Level Support for Dynamic Languages Proposed Previous Topic   Next Topic Topic: PMEase announces QuickBuild 1.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use