[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?

Well that shouldn't be too difficult to do I think. It was actually my decision to *explicitly* println. I can try to come up with another patch later.


Michael

Reply via email to