Michael Dürig wrote:
> This is already possible leveraging Scala's support for xml literals
> [1]. A simple hello world programm looks basically like this in Scala:
> 
>   println {
>     <html>
>       <h1>{ "Hello " + currentNode("title") }</h1>
>       Today is { Calendar.getInstance.getTime } <br />
>       My path is { currentNode.path }
>       { Tree(currentNode).render }
>     </html>
>   }
> 
Yes, and this looks fine except the println statement surrounding
everything. Maybe if we can get rid of that one we are already one step
further?

> 
> Get me in touch if you find someone ;-)
> 
Yepp, sure!

Carsten

-- 
Carsten Ziegeler
[email protected]

Reply via email to