Hi, > Not exactly sure what you are aiming for, but how about javascript? That's > already written and understood with lots of research going into JIT > interpreters for it.
Yes. There is a "Scripting Engine" (javax.script) binding for JavaScript in Java 6. There are a few disadvantages: it requires Java 6 (is there a workaround to use it in Java 5?). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
