Java 6: Examples for implementing own scripting language using javax.script?

java, java-6, javax.script, scripting-language

Solution

What about the scripting.dev.java.net project, it includes many Script Engines (and their sources).

Problem

I really can't find good examples for implementing own scripting language using javax.script ... I need just something to start. - Documentations - Examples - Tutorials - Videos - Presentations slides (PDF) Note 1: I'm really not talking about javascript ;) Note 2: I don't need examples, how to use existing implementations, I want to implement an own language. Thank you.

Original source