Hacker News new | ask | show | jobs
by jimktrains2 3513 days ago
Really cool! beyond the generation, I learned about https://github.com/viebel/klipse which looks pretty cool. The whole post also makes me want to look more into clojure.

Aside: Is it OK to not have a <head> element?

1 comments

Yep, you don't need a head — browsers will handle that just fine, and the spec generally allows for it. For an example of some HTML that leans quite heavily on the ability to omit tags, see here: http://www.colorglare.com/2014/11/24/stateless-html.html

And you should get into Clojure(Script). It's a joyful language.