Skip to content
Advertisement

Tag: invoke

Is there a general “back-end” library for Java reflection

I’m currently working with a specialized, interpreted, programming language implemented in Java. As a very small part of the language, I’d like to add the ability to make calls into Java. Before I dive into all of the nitty-gritty of reflection, I was wondering if anyone knew of a general library for doing the “back-end” part of invoking Java code

Advertisement