Ayende keeps amazing me...
Today he published his new accomplishments with Brail,
a View Engine that is part of Castle's Monorail project.
Here is a snipet:

${Html.LinkToAttributed( title ,@customers, @list, {
      @onclick: "paginate(${pageIndex});" 
    }
)}

which gives:

<a href="/customers/list.rails" onclick="paginate(5);">first </a>


While this capability is great, I do have to comment that S/N ratio
for content versus punctuation is dismal and dangerously approaching
Pearl.

Btw, Just for kicks. Is this legal Perl?

while (<>) { 
    if (m/^#/) {
        print; 
    }
}