Hacker News new | ask | show | jobs
Template languages and code maintenance (blog.jeremylatt.com)
1 points by jlatt 6097 days ago
1 comments

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.