Tech News
← Back to articles

Clojure Civitas – Publish Clojure Ideas and Explorations

read original related products more articles

Clojure Civitas

Clojure Civitas makes it easy for you to publish Clojure ideas and explorations without the overhead of setting up a new project, blog, or repo. Whether you're sketching out a quick experiment or writing a deeper post, just fork this repo, create a namespace, write, commit and submit a pull request. This is your shared scratch space.

Think. Code. Share.

⚡ No setup – Clone this repo, make a new namespace, start coding.

✍️ Write as you code – Capture notes, results, and ideas as you go as comments.

🚀 Easy to share – Create a Pull Request, once merged it appears on the Clojure Civitas Website.

🧠 Build shared knowledge – Your work becomes part of a community resource.

🧪 Visualize – Your normal REPL workflow, but with tables, charts, markdown, and hiccup.

Rationale

Why markdown in code? We value reproducible artifacts.

... continue reading