[stringtemplate-interest] StringTemplate Compiler for .NET

Terence Parr parrt at cs.usfca.edu
Fri Mar 20 11:36:39 PDT 2009


On Feb 28, 2009, at 2:44 PM, Volkan Ceylan wrote:
> I'd appreciate any suggestions, ideas, help etc. Would like to hear  
> from Terrence (thanks a lot for letting me see the light :), opinion  
> as i read in the group he also has plans to turn StringTemplate into  
> a code generating compiler in v4.

Hi Volkan et al,

I have been thinking about this JSP-like approach to execution for  
awhile. With the complete rewrite, I suspect it's trivial to build a  
code generator as well as the interpreter. I still like the  
interpreter idea to avoid having to invoke a compiler and all that  
sort of thing when speed doesn't matter. for speed, I think we could  
do a pretty good job of cogeneration. A better even than a threaded  
approach.

Ter


More information about the stringtemplate-interest mailing list