Skip to content

Instantly share code, notes, and snippets.

@lucian
Last active August 29, 2015 14:16
Show Gist options
  • Save lucian/122c3b1b173e29678f31 to your computer and use it in GitHub Desktop.
Save lucian/122c3b1b173e29678f31 to your computer and use it in GitHub Desktop.
Clojure and ClojureScript Resources
Tutorials
---------
- [Basic Tutorial](https://github.com/omcljs/om/wiki/Basic-Tutorial)
- [Intermediate Tutorial](https://github.com/omcljs/om/wiki/Intermediate-Tutorial)
- [Advanced Tutorial](https://github.com/omcljs/om/wiki/Advanced-Tutorial)
- [ClojureScript Workshop](http://www.niwi.be/cljs-workshop/)
- [Translations from JavaScript](http://himera.herokuapp.com/synonym.html)
- [Fork of Om's Tutorials, edited to be used with Figwheel](https://github.com/bensu/basic-om-tut)
- [Om Cookbook - Routing with Secretary](https://github.com/omcljs/om-cookbook/tree/master/recipes/routing-with-secretary)
- [Clojure for the Brave and True](http://www.braveclojure.com/)
Code Examples
-------------
- tumblr search for clojurescript/om: http://bl.ocks.org/minikomi/315fc72095af97e94bb8
Documentation
-------------
- Om Wiki: https://github.com/omcljs/om/wiki/Documentation
- Clojure: http://clojure.org/documentation
- Clojure Cheetsheet: http://clojure.org/cheatsheet
Articles
--------
- Using JavaScript libraries in ClojureScript: http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html
- ClojureScript Foreign Dependencies: https://github.com/clojure/clojurescript/wiki/Foreign-Dependencies
- http://www.lexicallyscoped.com/2014/01/23/clojurescript-react-om-binary-clock.html: http://www.lexicallyscoped.com/2014/01/23/clojurescript-react-om-binary-clock.html
- A slice of React, Clojurescript and Om: http://www.lexicallyscoped.com/2013/12/25/slice-of-reactjs-and-cljs.html
Tools
-----
- secretary - A client-side router for ClojureScript: https://github.com/gf3/secretary
- om-tools: https://github.com/Prismatic/om-tools
Others
------
- UIToolkit: http://getuikit.com/docs/core.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment