Last active
August 29, 2015 14:16
-
-
Save lucian/122c3b1b173e29678f31 to your computer and use it in GitHub Desktop.
Clojure and ClojureScript Resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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