Skip to content

Instantly share code, notes, and snippets.

@karlosz
Created October 17, 2014 01:25
Show Gist options
  • Save karlosz/7d5c69c00304659c789c to your computer and use it in GitHub Desktop.
Save karlosz/7d5c69c00304659c789c to your computer and use it in GitHub Desktop.
This or... HTML?
(html lang "en"
(head
(title "S-expressions")
(script type "text/javascript"
if (foo) {
bar (1+5)
}))
(body
(h1 "S-exps - uniform data representation")
(div id "container" class "col"
(p "You are amazing")
(p "S-exps is the lost data representation
that most people don't know about.
It's concise and isomorphic to XML.
Obviously worse is better though."))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment