Dynamic (i.e responding to methodNotFound) classes in Java
Remi Forax
forax at univ-mlv.fr
Fri Jun 14 10:31:59 UTC 2013
On 06/14/2013 12:17 PM, Oliver Ruebenacker wrote:
> Hello,
>
> On Thu, Jun 13, 2013 at 10:05 PM, John Rose <john.r.rose at oracle.com> wrote:
>
>> Untyped or "duck typed" invocation of objects can be done easily enough
>> with third-party libraries, or with reflection, or using a dynamic language
>> like JavaScript or JRuby or ${your_favorite_jvm_language}.
>>
> Can JavaScript be compiled to Java bytecode?
yes, take a look to OpenJDK project named Nashorn.
>
> Take care
> Oliver
>
Rémi
More information about the discuss
mailing list