diff src/rlm/web.clj @ 0:78a630e650d2

initial import
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 00:57:08 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/rlm/web.clj	Tue Oct 18 00:57:08 2011 -0700
     1.3 @@ -0,0 +1,23 @@
     1.4 +(ns 
     1.5 +
     1.6 +    
     1.7 +    #^{
     1.8 +       :doc "awesome namespace for working with all websites."
     1.9 +       :author "Robert McIntyre"
    1.10 +       }
    1.11 +    
    1.12 +    web
    1.13 +
    1.14 +  (:require [laserkard server])  
    1.15 +
    1.16 +)
    1.17 +
    1.18 +
    1.19 +(defn serve []
    1.20 +  (laserkard.server/serve))
    1.21 +
    1.22 +
    1.23 +
    1.24 +
    1.25 +
    1.26 +