Missing a quote.
You can translate every pair of () to divs, and the symbols to CSS classes... Not much different than the usual pile of shit HTML.
I've always tried to make work colleagues give a chance to xml+xlst, but now I surrender... to lisp.
Name:
Anonymous2012-07-29 21:53
Racket's servlets uses this kind of notation exclusively for its output format, though the head symbol of every list is always the HTML element, it wouldn't be hard to expand non-html names to `(div ((class ,name)) . ,rest) with a substitution function.
>>27
No need to parse-replace it to anything, just define the functions in a Lisp of your choice and give it that as the input.
Using Lisp sexps to generate HTML is nothing new.
I should write a Javascript-to-native-code compiler. Then rewrite the fucking thing in Javascript, compile that, and thus have a self-hosting Javascript compiler in Javascript! Hipsters will just line up to suck my dick.
>>38 Not conform
AsmXml does not supports namespaces and external entity references. The file has to be fully loaded into memory
You can't parse a file over 4Gb.
Name:
Anonymous2012-07-30 19:21
i dont know why you guys hate on javascript it basically powers the web seems lkie most other stuff is just legacy (assembly)