clojure

Installation
SKILL.md

Clojure

A Lisp hosted on the JVM (and JS via ClojureScript) with a focus on immutability.

When to Use

  • Data processing
  • Concurrency (Software Transactional Memory)
  • Web development
  • JVM interop needed

Quick Start

(println "Hello, World!")

(defn square [x]
  (* x x))
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
clojure — g1joshi/agent-skills