An open API service indexing awesome lists of open source software.

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

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.