Skip to content

Instantly share code, notes, and snippets.

@zelark
Last active January 27, 2017 16:59
Show Gist options
  • Save zelark/2b5cfc1474a4f1b2e115a963b879c653 to your computer and use it in GitHub Desktop.
Save zelark/2b5cfc1474a4f1b2e115a963b879c653 to your computer and use it in GitHub Desktop.
#links
https://clojuredocs.org/quickref
http://clojurecourse.by/
http://mishadoff.com/blog/clojure-design-patterns/
http://www.braveclojure.com
http://www.braveclojure.com/core-functions-in-depth/#A_Vampire_Data_Analysis_Program_for_the_FWPD
https://kotka.de/blog/2010/03/proxy_gen-class_little_brother.html
http://shaunlebron.github.io/t3tr0s-slides/#0
https://github.com/clojure/clojurescript/wiki/Quick-Start
https://github.com/shaunlebron/ClojureScript-Syntax-in-15-minutes
http://chimeces.com/cljs-browser-repl/
https://devcenter.heroku.com/categories/clojure
https://devcenter.heroku.com/articles/getting-started-with-clojure
web stack
https://github.com/ring-clojure/ring
https://github.com/weavejester/compojure
https://github.com/dakrone/clj-http
https://github.com/weavejester/hiccup
JDBC
http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html
https://github.com/clojure/java.jdbc/
Style
https://github.com/bbatsov/clojure-style-guide
Clojure & VIM
http://clojure-doc.org/articles/tutorials/vim_fireplace.html
https://github.com/guns/vim-clojure-static
https://github.com/tpope/vim-fireplace
https://kevinmccarthy.org/2013/10/12/setting-up-vim-for-clojure/
Clojure Libs and Namespaces: require, use, import, and ns
https://8thlight.com/blog/colin-jones/2010/12/05/clojure-libs-and-namespaces-require-use-import-and-ns.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment