I remember running into an open source project that built a Java scripting engine that interprets Java (no, not Rhino, that's for JavaScript, it runs Java). If you have come across that project, please share Link(s).
(Of course doing a Google search of the word combination of Java and scripting returns all the JavaScript results, alas, that is not what I am looking for damn you google!!!)
3 Answers 3
You probably want BeanShell. From their site:
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.
(emphasis mine)
1 Comment
1 Comment
Jikes research VM is Java written in Java.
http://en.wikipedia.org/wiki/Jikes_RVM
And here's a list of Java implementations:
http://en.wikipedia.org/wiki/List_of_Java_virtual_machines
Comments
Explore related questions
See similar questions with these tags.