[REBOL] ML for Jabber ?
From: jason::cunliffe::verizon::net at: 11-Jan-2004 21:15
> Andreas wrote:
> > ...whereas with XAML you could just write:
> >
> > <Canvas ID="root" xmlns="http://schemas.microsoft.com/2003/xaml">
> > <Button>Cancel</Button>
> > <Button>OK</Button>
> > </Canvas>
>
> Or with my ML dialect for Rebol:
>
> Canvas/ID/xmlns "root" http://schemas.microsoft.com/2003/xaml [
> Button "Cancel"
> Button "OK"
> ]
Lovely example :-)
Has anyone use ML dialect for creating Jabber messages ?
thanks
- Jason<