What's the go to place to learn Clojure?

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • talk-transcripts

    Transcripts of Clojure-related talks

  • then take some breaks and explore the philosophy of Clojure, programming, concurrency, coordination, immutability, decomplecting, versioning, conveyence, etc, by watching Rich Hickey talks. You can find links and transcripts of them here: https://github.com/matthiasn/talk-transcripts

  • datascript

    Immutable database and Datalog query engine for Clojure, ClojureScript and JS

  • you should probably just try the Datomic examples in DataScript https://github.com/tonsky/datascript most examples should work essentially the same, with minor differences, like you dont need a schema for your attributes, iirc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Code

    Place for all my code. Take a look! :D (by vipermark7)

  • The resources here are great! But in the end, it's best to solve small problems that interest you. I recently wrote a [simplified crossword puzzle solver](https://github.com/vipermark7/Code/blob/master/lispstuff/crossword.clj) and it forced me to wriite a small program of okay quality rather than endlessly agonize about the absolute perfect way to do FP in Clojure :)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts