-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
Maxime edited this page Mar 15, 2019
·
5 revisions
The project uses luminus as bootstrap to setup a micro-framework with useful libraries. They have amazing documentation with examples for almost everything they include
- A very complete guide for the clojure language. Includes the tooling setup (in pure emacs), repl explanation, a bottom up guide through the language from very easy to advanced and more.
- A bunch of tutorials aimed at new users. Includes introductions for Atom, Cursive, Eclipse, Emacs and Vim development, language guides and an aggregation of clojure ecosystem information (more guides etc..). Lots of information for beginners.
- Ultimate guide to clojure collections
- Developing and deploying a simple clj web app
- Mundane clojure webapi's for mortals, how to build one
- TDD (Test Driven Development)
- A categorised directory of libraries and tools for Clojure
- A curated list of awesome Clojure libraries and resources
- Another collection of tutorials and guides
Spacemacs (Emacs + vim)
- A cheatsheat with keybindings and explanations about basic editing in emacs
- This guide will explain how to get emacs installed, and give an example of a basic workflow to use while developing a simple library
- Cursive, THE intellij plugin for clojure. Cursive will in the feature be released as standalone editor focused on clojure programming.