Comment on dōmo: Markup, style, and code in one languageComments−__david__13yReminds me of perl's CGI.pm html generators.Also, these are similar, though not function based: http://www.jsonml.org/ and http://jsml.org/−draegtun13yAlso similar to (in Perl)...* HTML::AsSubs - https://metacpan.org/module/HTML::AsSubs* Template::Declare - https://metacpan.org/module/Template::Declare* Template::Caribou - https://metacpan.org/module/Template::Caribou* Markapl - https://metacpan.org/module/MarkaplAnd in Perl6...* Tags - https://github.com/masak/web/blob/master/lib/Tags.pm | http://blogs.gurulabs.com/stephen/2009/03/tagspm-for-the-per...and in Ruby...* Markaby - http://markaby.github.com/* Erector - http://erector.rubyforge.org/and in Common Lisp...* CL-WHO - http://weitz.de/cl-who/and in Clojure...Hiccup - https://github.com/weavejester/hiccup
Comments
Reminds me of perl's CGI.pm html generators.
Also, these are similar, though not function based: http://www.jsonml.org/ and http://jsml.org/
Also similar to (in Perl)...
* HTML::AsSubs - https://metacpan.org/module/HTML::AsSubs
* Template::Declare - https://metacpan.org/module/Template::Declare
* Template::Caribou - https://metacpan.org/module/Template::Caribou
* Markapl - https://metacpan.org/module/Markapl
And in Perl6...
* Tags - https://github.com/masak/web/blob/master/lib/Tags.pm | http://blogs.gurulabs.com/stephen/2009/03/tagspm-for-the-per...
and in Ruby...
* Markaby - http://markaby.github.com/
* Erector - http://erector.rubyforge.org/
and in Common Lisp...
* CL-WHO - http://weitz.de/cl-who/
and in Clojure...
Hiccup - https://github.com/weavejester/hiccup