Skip to content

Instantly share code, notes, and snippets.

@joekarma
Created May 13, 2013 02:34
Show Gist options
  • Save joekarma/5565858 to your computer and use it in GitHub Desktop.
Save joekarma/5565858 to your computer and use it in GitHub Desktop.
Example use of the DEFPROJECT macro.
(defproject project-demo ("project-demo.c0de.co")
(index ("/")
(with-basic-page ()
(<:h1 "Hello, world!")
(<:p "This isn't a real project. It's just a page that returns a random number.")
(<:p (<:ai (random 500))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment