Hacker News new | ask | show | jobs
by mlwiese 2230 days ago
The modern equivalent is Hiccup and Clojure. https://github.com/weavejester/hiccup/wiki/Syntax

Clojure has literal lists using parens and vectors using square brackets. By using both you can mix code and markup in a readable way. It's great!