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.


On Jun 30, 2010, at 11:36 AM, Thomas Mueller wrote:

> 
>> built in procedural language
> 
> I thought about that as well. I guess at some point it should be
> supported for compatibility (PL/SQL, Transact-SQL). So a parser is
> needed. Writing a interpreter or compiler however may not be required.
> Instead, the parser could generate Java source code. The advantages
> would be: faster execution speed, smaller H2 jar file, less source
> code, easier to maintain. The disadvantage is that you need a Java
> compiler at runtime, but so far this doesn't seem to be a problem for
> most people. As an alternative to Java source code, the Java 6
> scripting engine (javax.script) could be used.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to