README.org

August 20, 2024 ยท View on GitHub

#+TITLE: Awesome Clojure [[https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg]] #+OPTIONS: toc:nil #+OPTIONS: num:nil #+STARTUP: align shrink

Collection of useful links for Clojurians. Inspired by other awesome-* stuffs.

PRs nicely welcomed. Please add your suggestions to README.org file.

#+TOC: headlines 2 local

| Description | Link | |-------------------------------------+----------------------------------| | Clojurians Slack | http://clojurians.net/ | | Searchable Slack-archive | https://clojurians.zulipchat.com | | Clojurians Zulip | http://clojurians.zulipchat.com/ | | Clojurians Discord | https://discord.gg/kjKb3Gx | | Lisp Discord (with clojure channel) | https://discord.gg/T5D2EAJ |

  • Documentation Function description needed? Eager of examples / tutorials? Take a look at one of following sources:

| Description | Link | |--------------------------------------------+-------------------------------| | Community-driven documentation | http://clojure-doc.org/ | | Community-powered docs and examples | http://clojuredocs.org/ | | Community Clojure Documentation | http://conj.io/ | | Documentation for Clojure/Script libraries | https://cljdoc.org/ | | Cross-referencing the Clojure ecosystem | http://crossclj.info/ | | Clojure* cheatsheets | http://jafingerhut.github.io/ | | ClojureScript API | http://cljs.github.io/api/ | | ClojureScript cheatsheets | http://cljs.info/cheatsheet/ |

  • Articles
  • Projects Following is a list of amazing projects, worth to keep an eye on. ** clojurescript ClojureScript is a new compiler for Clojure that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler - https://github.com/clojure/clojurescript

[[http://kartar.net/2014/12/an-introduction-to-riemann/][An Introduction to Riemann]] ** yada Yada is a library that helps building RESTful web APIs quickly and easily - http://yada.juxt.pro ** crux Crux is an open source document database with bitemporal graph queries - https://juxt.pro/crux

Books from the author:

  • Utilities Utilities making development even more pleasant.
  • Emacs Emacs bits and pieces. Definitely worth checking out if you're addicted to this editor.