https://github.com/indrabrata/clojure-playground
road to be a clojurians
https://github.com/indrabrata/clojure-playground
clojure
Last synced: 9 months ago
JSON representation
road to be a clojurians
- Host: GitHub
- URL: https://github.com/indrabrata/clojure-playground
- Owner: indrabrata
- License: other
- Created: 2025-09-23T15:46:30.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-06T06:14:15.000Z (9 months ago)
- Last Synced: 2025-10-06T08:31:49.300Z (9 months ago)
- Topics: clojure
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojure Playground
This repository is a playground for experimenting with Clojure programming language. It contains various examples, snippets, and projects to help you learn and explore Clojure.
- Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures
- Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs when need mutable state.
- Clojure runs on the Java Virtual Machine (JVM) and can interoperate with Java code seamlessly.