Created
May 13, 2013 02:34
-
-
Save joekarma/5565858 to your computer and use it in GitHub Desktop.
Example use of the DEFPROJECT macro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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