On Fri, Feb 26, 2016 at 07:34:00AM +0100, Sven Van Caekenberghe wrote:
> And Zn has a very simple one too (since recently):

And I published WaterMint a few months ago.

  http://www.samadhiweb.com/blog/2015.09.26.watermint.html.html
  http://www.smalltalkhub.com/#!/~PierceNg/WaterMint-HTML
  
  | html |
  html := WMHtmlCanvas new.
  html html with: [ 
      html head with: [ html title: 'WaterMint' ].
      html body with: [ 
          html h1: 'WATERMINT'.
          html div id: 'foo'; class: 'foo'; with: [ html p: 'Foo!' ].
          html div id: 'bar'; with: [ html p: 'Bar!' ].
          html h1: 'BAZ!' ]].
  html render.

Pierce

Reply via email to