DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Note about "Start Clojure" on Youtube


0:28:36 in "Start Clojure" by Chas Emerick on Youtube:

You have to start app in texteditor of app.clj instead of the project "startclojure". Otherwise you have to use

(def server (ring.adapter.jetty/jetty/run-jetty #'startclojure.app/app {:port 8080 :join? false}))

instead of

(def server (jetty/run-jetty #'app {:port 8080 :join? false}))


Published

Oct 1, 2013

Last Updated

Oct 1, 2013

Category

Tech

Tags

  • clojure 26
  • Eclipse 40

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor