Live data from Hacker News

80% of my coding is doing this (or why templates are dead)

medium.com

11–12 of 12 posts

Re: 80% of my coding is doing this (or why templates are dead)

#11
post #3

DSL stands for Domain Specific Language. In our story, the DSL is HTML. An internal DSL refers to the host programming language’s ability to express that DSL using just the host language (with no string building). One could argue that Internal DSLs are not really a separate technique from #2 (Tree Building) and #3 (Templates). In fact, internal DSLs could be described as a less-crappy tree building API. Or as a templ…

I do mention lisp (or rather Clojurescript)
Post reply on HN