Live data from Hacker News

Template languages and code maintenance

blog.jeremylatt.com

1–4 of 4 posts

Re: Template languages and code maintenance

#4
Reminds me of ruby's builder (this blog has a simple, quick example: http://beust.com/weblog/archives/000025.html

Implementation of the xml builder. http://snippets.dzone.com/posts/show/2528

This is supposedly quicker than http://builder.rubyforge.org/

I imagine there is a python equivalient.