Skip to content

Instantly share code, notes, and snippets.

View paulca's full-sized avatar

Paul Campbell paulca

View GitHub Profile
@paulca
paulca / dsl.coffee
Created November 25, 2011 14:55 — forked from jed/dsl.coffee
example dsl
html lang: en,
head {},
title "Hello, world."
meta charset: "utf8"
body {},
div id: "container"
"Welcome to my website."