Skip to content

Instantly share code, notes, and snippets.

@ulises
Created June 8, 2014 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ulises/b31124e9dc30171731a4 to your computer and use it in GitHub Desktop.
Save ulises/b31124e9dc30171731a4 to your computer and use it in GitHub Desktop.
(import [flask [Flask]])
(def app (Flask "hy-flask"))
;; (import [app [views]])
(with-decorator (.route app "/")
(defn index [] "hello!"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment