>> etc. other approaches -- sexpr and sexpr with embedded js for >> transformations -- would be as useful. > > What do you think would be the fastest/best way to implement something > like this as a proof-of-concept or stepping stone?
not exactly plan9 related, but... i assume the consumer will be a browser. probably do one in javascript. despite its name, XMLHttpRequest can fetch anything. check out the link below and take a look at jabberzilla sources on code.google.com. http://javascript.crockford.com/little.html could just use an rc script to generate the content, probably using this handy program: /n/sources/contrib/rsc/cgi.c
